Lines Matching refs:BlocksPerTable
127 info->BlocksPerTable = b; in rf_ConfigureDeclustered()
344 BlockID %= info->BlocksPerTable; in rf_MapSectorDeclustered()
362 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within in rf_MapSectorDeclustered()
405 BlockID %= info->BlocksPerTable; in rf_MapParityDeclustered()
425 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); in rf_MapParityDeclustered()
449 tableOffset = (stripeID % info->BlocksPerTable); /* find offset into in rf_IdentifyStripeDeclustered()
547 *psID = (stripeID / (layoutPtr->SUsPerPU * info->BlocksPerTable)) in rf_MapSIDToPSIDDeclustered()
548 * info->BlocksPerTable + (stripeID % info->BlocksPerTable); in rf_MapSIDToPSIDDeclustered()
549 *which_ru = (stripeID % (info->BlocksPerTable * layoutPtr->SUsPerPU)) in rf_MapSIDToPSIDDeclustered()
550 / info->BlocksPerTable; in rf_MapSIDToPSIDDeclustered()
620 req->BlocksPerTable = info->BlocksPerTable; in rf_InstallSpareTable()
656 size_t len = info->BlocksPerTable * sizeof(**info->SpareTable); in rf_SetSpareTable()
691 RF_Free(table[i], info->BlocksPerTable * sizeof(RF_SpareTableEntry_t)); in rf_FreeSpareTable()