Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_reconstruct.h120 struct RF_ReconCtrl_s { struct
121 RF_RaidReconDesc_t *reconDesc;
122 RF_RowCol_t fcol; /* which column has failed */
123 RF_PerDiskReconCtrl_t *perDiskInfo; /* information maintained
125 RF_ReconMap_t *reconMap;/* map of what has/has not been reconstructed */
126 RF_RowCol_t spareCol; /* which of the spare disks we're using */
127 RF_StripeNum_t lastPSID;/* the ID of the last parity stripe we want
129 int percentComplete;/* percentage completion of reconstruction */
130 RF_ReconUnitCount_t numRUsComplete; /* number of Reconstruction Units done */
131 RF_ReconUnitCount_t numRUsTotal; /* total number of Reconstruction Units */
[all …]