Lines Matching refs:__u32

100 	__u32 number;		/* 0 Device number in the entire set	      */
101 __u32 major; /* 1 Device major number */
102 __u32 minor; /* 2 Device minor number */
103 __u32 raid_disk; /* 3 The role of the device in the raid set */
104 __u32 state; /* 4 Operational state */
105 __u32 reserved[MD_SB_DESCRIPTOR_WORDS - 5];
134 __u32 md_magic; /* 0 MD identifier */
135 __u32 major_version; /* 1 major version to which the set conforms */
136 __u32 minor_version; /* 2 minor version ... */
137 __u32 patch_version; /* 3 patchlevel version ... */
138 __u32 gvalid_words; /* 4 Number of used words in this section */
139 __u32 set_uuid0; /* 5 Raid set identifier */
140 __u32 ctime; /* 6 Creation time */
141 __u32 level; /* 7 Raid personality */
142 __u32 size; /* 8 Apparent size of each individual disk */
143 __u32 nr_disks; /* 9 total disks in the raid set */
144 __u32 raid_disks; /* 10 disks in a fully functional raid set */
145 __u32 md_minor; /* 11 preferred MD minor device number */
146 __u32 not_persistent; /* 12 does it have a persistent superblock */
147 __u32 set_uuid1; /* 13 Raid set identifier #2 */
148 __u32 set_uuid2; /* 14 Raid set identifier #3 */
149 __u32 set_uuid3; /* 15 Raid set identifier #4 */
150 __u32 gstate_creserved[MD_SB_GENERIC_CONSTANT_WORDS - 16];
155 __u32 utime; /* 0 Superblock update time */
156 __u32 state; /* 1 State bits (clean, ...) */
157 __u32 active_disks; /* 2 Number of currently active disks */
158 __u32 working_disks; /* 3 Number of working disks */
159 __u32 failed_disks; /* 4 Number of failed disks */
160 __u32 spare_disks; /* 5 Number of spare disks */
161 __u32 sb_csum; /* 6 checksum of the whole superblock */
163 __u32 events_hi; /* 7 high-order of superblock update count */
164 __u32 events_lo; /* 8 low-order of superblock update count */
165 __u32 cp_events_hi; /* 9 high-order of checkpoint update count */
166 __u32 cp_events_lo; /* 10 low-order of checkpoint update count */
168 __u32 events_lo; /* 7 low-order of superblock update count */
169 __u32 events_hi; /* 8 high-order of superblock update count */
170 __u32 cp_events_lo; /* 9 low-order of checkpoint update count */
171 __u32 cp_events_hi; /* 10 high-order of checkpoint update count */
175 __u32 recovery_cp; /* 11 recovery checkpoint sector count */
178 __u32 new_level; /* 14 new level we are reshaping to */
179 __u32 delta_disks; /* 15 change in number of raid_disks */
180 __u32 new_layout; /* 16 new layout */
181 __u32 new_chunk; /* 17 new chunk size (bytes) */
182 __u32 gstate_sreserved[MD_SB_GENERIC_STATE_WORDS - 18];
187 __u32 layout; /* 0 the array's physical layout */
188 __u32 chunk_size; /* 1 chunk size in bytes */
189 __u32 root_pv; /* 2 LV root PV */
190 __u32 root_block; /* 3 LV root block */
191 __u32 pstate_reserved[MD_SB_PERSONALITY_WORDS - 4];
201 __u32 reserved[MD_SB_RESERVED_WORDS];