Searched defs:ec_stripe_head (Results 1 – 1 of 1) sorted by relevance
186 struct ec_stripe_head { struct187 struct list_head list;188 struct mutex lock;190 unsigned disk_label;191 unsigned algo;192 unsigned redundancy;193 enum bch_watermark watermark;217 int bch2_ec_stripe_new_alloc(struct bch_fs *, struct ec_stripe_head *); argument