Lines Matching defs:RF_ReconMap_s
47 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 */
62 RF_StripeCount_t totalParityStripes; /* total number of parity
64 RF_ReconMapListElem_t **status; /* array of ptrs to list elements */
65 struct pool elem_pool; /* pool of RF_ReconMapListElem_t's */
68 int lock; /* 1 if someone has the recon map