Home | History | Annotate | Download | only in raidframe

Lines Matching defs:BlockID

285 	RF_StripeNum_t BlockID, BlockOffset, RepIndex;
303 BlockID = TableOffset / info->PUsPerBlock;
304 BlockOffset = TableOffset - BlockID * info->PUsPerBlock;
305 BlockID %= info->BlocksPerTable;
321 *col = info->LayoutTable[BlockID][BlockOffset];
325 rf_remap_to_spare_space(layoutPtr, info, FullTableID, TableID, BlockID, (base_suid) ? 1 : 0, SpareRegion, col, &outSU);
332 outSU += info->OffsetTable[BlockID][BlockOffset] * layoutPtr->SUsPerPU; /* offs to the PU */
352 RF_StripeNum_t BlockID, RepIndex;
367 /* compute BlockID and RepIndex exactly as before */
371 BlockID = TableOffset / info->PUsPerBlock;
372 BlockID %= info->BlocksPerTable;
376 *col = info->LayoutTable[BlockID][RepIndex];
387 outSU += info->OffsetTable[BlockID][RepIndex] * layoutPtr->SUsPerPU;
402 RF_StripeNum_t BlockID, RepIndex, RepIndexQ;
417 /* compute BlockID and RepIndex exactly as before */
421 BlockID = TableOffset / info->PUsPerBlock;
422 BlockID %= info->BlocksPerTable;
427 *col = info->LayoutTable[BlockID][RepIndexQ];
440 outSU += info->OffsetTable[BlockID][RepIndexQ] * layoutPtr->SUsPerPU;