Lines Matching defs:stripe_head
197 struct stripe_head { struct
198 struct hlist_node hash;
199 struct list_head lru; /* inactive_list or handle_list */
200 struct r5conf *raid_conf;
201 short generation; /* increments with every
203 sector_t sector; /* sector of this row */
204 short pd_idx; /* parity disk index */
205 short qd_idx; /* 'Q' disk index for raid6 */
206 short ddf_layout;/* use DDF ordering to calculate Q */
207 unsigned long state; /* state flags */
208 atomic_t count; /* nr of active thread/requests */
209 int bm_seq; /* sequence number for bitmap flushes */
210 int disks; /* disks in stripe */
211 enum check_states check_state;
212 enum reconstruct_states reconstruct_state;
241 /* stripe_head_state - collects and tracks the dynamic state of a stripe_head argument