Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dec.h156 struct ec_stripe_new { struct
208 struct ec_stripe_new *s;
230 void bch2_ec_stripe_new_free(struct bch_fs *, struct ec_stripe_new *);
232 static inline void ec_stripe_new_get(struct ec_stripe_new *s, in ec_stripe_new_get()
238 static inline void ec_stripe_new_put(struct bch_fs *c, struct ec_stripe_new *s, in ec_stripe_new_put()
H A Dec.c963 struct ec_stripe_new *s; in __bch2_stripe_is_open()
983 struct ec_stripe_new *s, in bch2_try_open_stripe()
1001 static void bch2_stripe_close(struct bch_fs *c, struct ec_stripe_new *s) in bch2_stripe_close()
1415 struct ec_stripe_new *s, in zero_out_rest_of_ec_bucket()
1441 void bch2_ec_stripe_new_free(struct bch_fs *c, struct ec_stripe_new *s) in bch2_ec_stripe_new_free()
1451 static void ec_stripe_create(struct ec_stripe_new *s) in ec_stripe_create()
1556 static struct ec_stripe_new *get_pending_stripe(struct bch_fs *c) in get_pending_stripe()
1558 struct ec_stripe_new *s; in get_pending_stripe()
1575 struct ec_stripe_new *s; in ec_stripe_create_work()
1593 struct ec_stripe_new *s = h->s; in ec_stripe_new_set_pending()
[all …]
H A Dalloc_types.h75 struct ec_stripe_new *ec;