Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_layout.h58 struct RF_RaidLayout_s { struct
60 RF_SectorCount_t sectorsPerStripeUnit; /* number of sectors in one
62 RF_StripeCount_t SUsPerPU; /* stripe units per parity unit */
63 RF_StripeCount_t SUsPerRU; /* stripe units per reconstruction
68 RF_StripeCount_t numStripe; /* total number of stripes in the
70 RF_SectorCount_t dataSectorsPerStripe;
71 RF_StripeCount_t dataStripeUnitsPerDisk;
72 RF_StripeCount_t numDataCol; /* number of SUs of data per stripe
74 RF_StripeCount_t numParityCol; /* number of SUs of parity per stripe.
76 RF_StripeCount_t numParityLogCol; /* number of SUs of parity log
[all …]