Home
last modified time | relevance | path

Searched defs:RF_ReconMap_s (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_reconmap.h47 struct RF_ReconMap_s { struct
48 RF_SectorCount_t sectorsPerReconUnit; /* sectors per reconstruct
50 RF_SectorCount_t sectorsInDisk; /* total sectors in disk */
51 RF_SectorCount_t unitsLeft; /* recon units left to recon */
52 RF_ReconUnitCount_t totalRUs; /* total recon units on disk */
53 RF_ReconUnitCount_t spareRUs; /* total number of spare RUs on failed
55 RF_ReconUnitCount_t low_ru; /* lowest reconstruction unit number in
57 RF_ReconUnitCount_t high_ru; /* highest reconstruction unit number
59 RF_ReconUnitCount_t head; /* the position in the array where
61 RF_ReconUnitCount_t status_size; /* number of recon units in status */
[all …]