Lines Matching refs:PUsPerBlock
108 info->PUsPerBlock = k - 2; /* PQ */
109 info->SUsPerTable = b * info->PUsPerBlock * layoutPtr->SUsPerPU; /* b blks, k-1 SUs each */
111 info->SUsPerBlock = info->PUsPerBlock * layoutPtr->SUsPerPU;
303 BlockID = TableOffset / info->PUsPerBlock;
304 BlockOffset = TableOffset - BlockID * info->PUsPerBlock;
309 PUsPerBlock is k-2.
334 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within
371 BlockID = TableOffset / info->PUsPerBlock;
375 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->groupSize - 1 - TableID;
388 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock);
421 BlockID = TableOffset / info->PUsPerBlock;
425 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->groupSize - 1 - TableID;
438 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock);