Lines Matching refs:PUsPerBlock
132 info->PUsPerBlock = k - 1;
133 info->SUsPerBlock = info->PUsPerBlock * layoutPtr->SUsPerPU;
342 BlockID = TableOffset / info->PUsPerBlock;
343 BlockOffset = TableOffset - BlockID * info->PUsPerBlock;
345 RepIndex = info->PUsPerBlock - TableID;
362 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within
402 /* BlockID = (TableOffset / info->PUsPerBlock) %
404 BlockID = TableOffset / info->PUsPerBlock;
408 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->PUsPerBlock - TableID;
425 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock);