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