Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_decluster.h51 struct RF_DeclusteredConfigInfo_s { struct
52 RF_StripeCount_t groupSize; /* no. of stripe units per parity
54 RF_RowCol_t **LayoutTable; /* the block design table */
55 RF_RowCol_t **OffsetTable; /* the sector offset table */
56 RF_RowCol_t **BlockTable; /* the block membership table */
57 RF_StripeCount_t SUsPerFullTable; /* stripe units per full table */
58 RF_StripeCount_t SUsPerTable; /* stripe units per table */
59 RF_StripeCount_t PUsPerBlock; /* parity units per block */
60 RF_StripeCount_t SUsPerBlock; /* stripe units per block */
61 RF_StripeCount_t BlocksPerTable; /* block design tuples per
[all …]