Home
last modified time | relevance | path

Searched refs:TableInSpareRegion (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/raidframe/
Drf_decluster.c568 RF_StripeNum_t ftID, spareTableStartSU, TableInSpareRegion, lastSROffset, in rf_remap_to_spare_space() local
590 TableInSpareRegion = (ftID * info->NumParityReps + TableID) % info->TablesPerSpareRegion; in rf_remap_to_spare_space()
592 *outCol = info->SpareTable[TableInSpareRegion][BlockID].spareDisk; in rf_remap_to_spare_space()
598 … *outSU = spareTableStartSU + info->SpareTable[TableInSpareRegion][BlockID].spareBlockOffsetInSUs; in rf_remap_to_spare_space()