Lines Matching refs:BlockID
285 RF_StripeNum_t BlockID, BlockOffset, RepIndex; in rf_MapSectorDeclusteredPQ() local
303 BlockID = TableOffset / info->PUsPerBlock; in rf_MapSectorDeclusteredPQ()
304 BlockOffset = TableOffset - BlockID * info->PUsPerBlock; in rf_MapSectorDeclusteredPQ()
305 BlockID %= info->BlocksPerTable; in rf_MapSectorDeclusteredPQ()
321 *col = info->LayoutTable[BlockID][BlockOffset]; in rf_MapSectorDeclusteredPQ()
325 …rf_remap_to_spare_space(layoutPtr, info, FullTableID, TableID, BlockID, (base_suid) ? 1 : 0, Spare… in rf_MapSectorDeclusteredPQ()
332 outSU += info->OffsetTable[BlockID][BlockOffset] * layoutPtr->SUsPerPU; /* offs to the PU */ in rf_MapSectorDeclusteredPQ()
352 RF_StripeNum_t BlockID, RepIndex; in rf_MapParityDeclusteredPQ() local
371 BlockID = TableOffset / info->PUsPerBlock; in rf_MapParityDeclusteredPQ()
372 BlockID %= info->BlocksPerTable; in rf_MapParityDeclusteredPQ()
376 *col = info->LayoutTable[BlockID][RepIndex]; in rf_MapParityDeclusteredPQ()
387 outSU += info->OffsetTable[BlockID][RepIndex] * layoutPtr->SUsPerPU; in rf_MapParityDeclusteredPQ()
402 RF_StripeNum_t BlockID, RepIndex, RepIndexQ; in rf_MapQDeclusteredPQ() local
421 BlockID = TableOffset / info->PUsPerBlock; in rf_MapQDeclusteredPQ()
422 BlockID %= info->BlocksPerTable; in rf_MapQDeclusteredPQ()
427 *col = info->LayoutTable[BlockID][RepIndexQ]; in rf_MapQDeclusteredPQ()
440 outSU += info->OffsetTable[BlockID][RepIndexQ] * layoutPtr->SUsPerPU; in rf_MapQDeclusteredPQ()