Lines Matching refs:FullTableDepthInPUs
135 info->FullTableDepthInPUs = info->TableDepthInPUs * k; /* k repetitions */ in rf_ConfigureDeclustered()
144 …if (info->FullTableDepthInPUs * layoutPtr->SUsPerPU + info->SpareSpaceDepthPerRegionInSUs > layout… in rf_ConfigureDeclustered()
146 (int) info->FullTableDepthInPUs, in rf_ConfigureDeclustered()
195 … ((complete_FT_count) * info->FullTableDepthInPUs + /* data & parity space */ in rf_ConfigureDeclustered()
200 … (complete_FT_count * info->FullTableDepthInPUs + info->ExtraTablesPerDisk * info->TableDepthInPUs) in rf_ConfigureDeclustered()
212 … ((layoutPtr->stripeUnitsPerDisk / layoutPtr->SUsPerPU) / info->FullTableDepthInPUs); in rf_ConfigureDeclustered()
224 …diskOffsetOfLastFullTableInSUs = numCompleteFullTablesPerDisk * info->FullTableDepthInPUs * layout… in rf_ConfigureDeclustered()
327 RF_StripeCount_t fulltable_depth = info->FullTableDepthInPUs * layoutPtr->SUsPerPU; in rf_MapSectorDeclustered()
385 RF_StripeCount_t fulltable_depth = info->FullTableDepthInPUs * layoutPtr->SUsPerPU; in rf_MapParityDeclustered()
440 RF_StripeCount_t fulltable_depth = info->FullTableDepthInPUs * layoutPtr->SUsPerPU; in rf_IdentifyStripeDeclustered()
584 …t = (info->DiskOffsetOfLastFullTableInSUs - lastSROffset) / (info->FullTableDepthInPUs * layoutPtr… in rf_remap_to_spare_space()
587 …ftID = info->DiskOffsetOfLastFullTableInSUs / (info->FullTableDepthInPUs * layoutPtr->SUsPerPU) + … in rf_remap_to_spare_space()