Home
last modified time | relevance | path

Searched refs:ec_stripe_head (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dec.h149 struct ec_stripe_head;
159 struct ec_stripe_head *h;
187 struct ec_stripe_head { struct
218 int bch2_ec_stripe_new_alloc(struct bch_fs *, struct ec_stripe_head *); argument
220 void bch2_ec_stripe_head_put(struct bch_fs *, struct ec_stripe_head *);
221 struct ec_stripe_head *bch2_ec_stripe_head_get(struct btree_trans *,
Dec.c1601 static void ec_stripe_new_set_pending(struct bch_fs *c, struct ec_stripe_head *h) in ec_stripe_new_set_pending()
1619 static void ec_stripe_new_cancel(struct bch_fs *c, struct ec_stripe_head *h, int err) in ec_stripe_new_cancel()
1719 static int ec_new_stripe_alloc(struct bch_fs *c, struct ec_stripe_head *h) in ec_new_stripe_alloc()
1748 static void ec_stripe_head_devs_update(struct bch_fs *c, struct ec_stripe_head *h) in ec_stripe_head_devs_update()
1802 static struct ec_stripe_head *
1807 struct ec_stripe_head *h; in ec_new_stripe_head_alloc()
1825 void bch2_ec_stripe_head_put(struct bch_fs *c, struct ec_stripe_head *h) in bch2_ec_stripe_head_put()
1836 static struct ec_stripe_head *
1844 struct ec_stripe_head *h; in __bch2_ec_stripe_head_get()
1890 static int new_stripe_alloc_buckets(struct btree_trans *trans, struct ec_stripe_head *h, in new_stripe_alloc_buckets()
[all …]
Dalloc_foreground.c854 struct ec_stripe_head *h; in bucket_alloc_from_stripe()