Home
last modified time | relevance | path

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

/linux-3.3/drivers/md/
Draid5.h197 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 */
[all …]