6 int zone_offset
; /* Zone offset in md_dev */
7 int dev_offset
; /* Zone offset in real dev */
8 int size
; /* Zone size */
9 int nb_dev
; /* Number of devices attached to the zone */
10 struct real_dev
*dev
[MAX_REAL
]; /* Devices attached to the zone */
15 struct strip_zone
*zone0
, *zone1
;
20 struct raid0_hash
*hash_table
; /* Dynamically allocated */
21 struct strip_zone
*strip_zone
; /* This one too */
23 struct strip_zone
*smallest
;