Searched defs:ec_stripe_head (Results 1 – 1 of 1) sorted by relevance
224 struct ec_stripe_head { struct225 struct list_head list;226 struct mutex lock;228 unsigned disk_label;229 unsigned algo;230 unsigned redundancy;231 enum bch_watermark watermark;255 int bch2_ec_stripe_new_alloc(struct bch_fs *, struct ec_stripe_head *); argument