Searched defs:stripe_head (Results 1 – 1 of 1) sorted by relevance
197 struct stripe_head { struct198 struct hlist_node hash;199 struct list_head lru; /* inactive_list or handle_list */200 struct r5conf *raid_conf;201 short generation; /* increments with every203 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 …]