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