Lines Matching refs:FullTableDepthInPUs
113 info->FullTableDepthInPUs = info->TableDepthInPUs * k; /* k repetitions */ in rf_ConfigureDeclusteredPQ()
122 …if (info->FullTableDepthInPUs * layoutPtr->SUsPerPU + info->SpareSpaceDepthPerRegionInSUs > layout… in rf_ConfigureDeclusteredPQ()
124 (int) info->FullTableDepthInPUs, in rf_ConfigureDeclusteredPQ()
173 …((complete_FT_count / /* raidPtr->numRow*/ 1) * info->FullTableDepthInPUs + /* data & parity space… in rf_ConfigureDeclusteredPQ()
178 … (complete_FT_count * info->FullTableDepthInPUs + info->ExtraTablesPerDisk * info->TableDepthInPUs) in rf_ConfigureDeclusteredPQ()
190 …((layoutPtr->stripeUnitsPerDisk / layoutPtr->SUsPerPU) / info->FullTableDepthInPUs) * /* raidPtr->… in rf_ConfigureDeclusteredPQ()
202 …diskOffsetOfLastFullTableInSUs = numCompleteFullTablesPerDisk * info->FullTableDepthInPUs * layout… in rf_ConfigureDeclusteredPQ()
287 RF_StripeCount_t fulltable_depth = info->FullTableDepthInPUs * layoutPtr->SUsPerPU; in rf_MapSectorDeclusteredPQ()
354 RF_StripeCount_t fulltable_depth = info->FullTableDepthInPUs * layoutPtr->SUsPerPU; in rf_MapParityDeclusteredPQ()
404 RF_StripeCount_t fulltable_depth = info->FullTableDepthInPUs * layoutPtr->SUsPerPU; in rf_MapQDeclusteredPQ()
453 RF_StripeCount_t fulltable_depth = info->FullTableDepthInPUs * layoutPtr->SUsPerPU; in rf_IdentifyStripeDeclusteredPQ()