Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dalloc_foreground.h175 struct bch_extent_ptr bch2_ob_ptr(struct bch_fs *, struct open_bucket *);
195 struct bch_extent_ptr ptr = bch2_ob_ptr(c, ob); in bch2_alloc_sectors_append_ptrs_inlined()
H A Dec.c1946 v->ptrs[j] = bch2_ob_ptr(c, ob); in new_stripe_alloc_buckets()
1972 v->ptrs[j] = bch2_ob_ptr(c, ob); in new_stripe_alloc_buckets()
H A Dalloc_foreground.c1520 struct bch_extent_ptr bch2_ob_ptr(struct bch_fs *c, struct open_bucket *ob) in bch2_ob_ptr() function