Searched defs:ec_stripe_head (Results 1 – 1 of 1) sorted by relevance
187 struct ec_stripe_head { struct188 struct list_head list;189 struct mutex lock;191 unsigned disk_label;192 unsigned algo;193 unsigned redundancy;194 enum bch_watermark watermark;218 int bch2_ec_stripe_new_alloc(struct bch_fs *, struct ec_stripe_head *); argument