Lines Matching refs:TableID
324 RF_StripeNum_t FullTableID, FullTableOffset, TableID, TableOffset; in rf_MapSectorDeclustered() local
340 TableID = FullTableOffset / info->SUsPerTable; in rf_MapSectorDeclustered()
341 TableOffset = FullTableOffset - TableID * info->SUsPerTable; in rf_MapSectorDeclustered()
345 RepIndex = info->PUsPerBlock - TableID; in rf_MapSectorDeclustered()
353 …rf_remap_to_spare_space(layoutPtr, info, FullTableID, TableID, BlockID, (base_suid) ? 1 : 0, Spare… in rf_MapSectorDeclustered()
359 … outSU += TableID * info->TableDepthInPUs * layoutPtr->SUsPerPU; /* offs to strt of tble */ in rf_MapSectorDeclustered()
382 RF_StripeNum_t FullTableID, FullTableOffset, TableID, TableOffset; in rf_MapParityDeclustered() local
399 TableID = FullTableOffset / info->SUsPerTable; in rf_MapParityDeclustered()
400 TableOffset = FullTableOffset - TableID * info->SUsPerTable; in rf_MapParityDeclustered()
408 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->PUsPerBlock - TableID; in rf_MapParityDeclustered()
413 …rf_remap_to_spare_space(layoutPtr, info, FullTableID, TableID, BlockID, (base_suid) ? 1 : 0, Spare… in rf_MapParityDeclustered()
421 outSU += TableID * info->TableDepthInPUs * layoutPtr->SUsPerPU; in rf_MapParityDeclustered()
561 RF_StripeNum_t TableID, in rf_remap_to_spare_space() argument
590 TableInSpareRegion = (ftID * info->NumParityReps + TableID) % info->TablesPerSpareRegion; in rf_remap_to_spare_space()