Searched refs:ec_stripe_head (Results 1 – 3 of 3) sorted by relevance
/linux/fs/bcachefs/ |
H A D | ec.h | 148 struct ec_stripe_head; 158 struct ec_stripe_head *h; 186 struct ec_stripe_head { struct 217 int bch2_ec_stripe_new_alloc(struct bch_fs *, struct ec_stripe_head *); argument 219 void bch2_ec_stripe_head_put(struct bch_fs *, struct ec_stripe_head *); 220 struct ec_stripe_head *bch2_ec_stripe_head_get(struct btree_trans *,
|
H A D | ec.c | 1591 static void ec_stripe_new_set_pending(struct bch_fs *c, struct ec_stripe_head *h) in ec_stripe_new_set_pending() 1609 static void ec_stripe_new_cancel(struct bch_fs *c, struct ec_stripe_head *h, int err) in ec_stripe_new_cancel() 1709 static struct ec_stripe_new *ec_new_stripe_alloc(struct bch_fs *c, struct ec_stripe_head *h) in ec_new_stripe_alloc() 1735 static void ec_stripe_head_devs_update(struct bch_fs *c, struct ec_stripe_head *h) in ec_stripe_head_devs_update() 1789 static struct ec_stripe_head * 1794 struct ec_stripe_head *h; in ec_new_stripe_head_alloc() 1812 void bch2_ec_stripe_head_put(struct bch_fs *c, struct ec_stripe_head *h) in bch2_ec_stripe_head_put() 1823 static struct ec_stripe_head * 1831 struct ec_stripe_head *h; in __bch2_ec_stripe_head_get() 1878 struct ec_stripe_head *h, struct ec_stripe_new *s, in new_stripe_alloc_buckets() [all …]
|
H A D | alloc_foreground.c | 783 struct ec_stripe_head *h = in bucket_alloc_from_stripe()
|