Lines Matching refs:TableID

284           RF_StripeNum_t FullTableID, FullTableOffset, TableID, TableOffset;  in rf_MapSectorDeclusteredPQ()  local
301 TableID = FullTableOffset / info->SUsPerTable; in rf_MapSectorDeclusteredPQ()
302 TableOffset = FullTableOffset - TableID * info->SUsPerTable; in rf_MapSectorDeclusteredPQ()
313 RepIndex = info->groupSize - 1 - TableID; in rf_MapSectorDeclusteredPQ()
316 if (TableID == 0) in rf_MapSectorDeclusteredPQ()
325 …rf_remap_to_spare_space(layoutPtr, info, FullTableID, TableID, BlockID, (base_suid) ? 1 : 0, Spare… in rf_MapSectorDeclusteredPQ()
331 … outSU += TableID * info->TableDepthInPUs * layoutPtr->SUsPerPU; /* offs to strt of tble */ in rf_MapSectorDeclusteredPQ()
351 RF_StripeNum_t FullTableID, FullTableOffset, TableID, TableOffset; in rf_MapParityDeclusteredPQ() local
369 TableID = FullTableOffset / info->SUsPerTable; in rf_MapParityDeclusteredPQ()
370 TableOffset = FullTableOffset - TableID * info->SUsPerTable; in rf_MapParityDeclusteredPQ()
375 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->groupSize - 1 - TableID; in rf_MapParityDeclusteredPQ()
386 outSU += TableID * info->TableDepthInPUs * layoutPtr->SUsPerPU; in rf_MapParityDeclusteredPQ()
401 RF_StripeNum_t FullTableID, FullTableOffset, TableID, TableOffset; in rf_MapQDeclusteredPQ() local
419 TableID = FullTableOffset / info->SUsPerTable; in rf_MapQDeclusteredPQ()
420 TableOffset = FullTableOffset - TableID * info->SUsPerTable; in rf_MapQDeclusteredPQ()
425 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->groupSize - 1 - TableID; in rf_MapQDeclusteredPQ()
437 outSU += TableID * info->TableDepthInPUs * layoutPtr->SUsPerPU; in rf_MapQDeclusteredPQ()