Searched refs:bch2_dev_buckets_resize (Results 1 – 3 of 3) sorted by relevance
/linux/fs/bcachefs/ |
H A D | buckets.h | 365 int bch2_dev_buckets_resize(struct bch_fs *, struct bch_dev *, u64);
|
H A D | buckets.c | 1329 int bch2_dev_buckets_resize(struct bch_fs *c, struct bch_dev *ca, u64 nbuckets) in bch2_dev_buckets_resize() function 1394 return bch2_dev_buckets_resize(c, ca, ca->mi.nbuckets); in bch2_dev_buckets_alloc()
|
H A D | super.c | 2178 ret = bch2_dev_buckets_resize(c, ca, nbuckets); in bch2_dev_resize() 2216 int ret = bch2_dev_buckets_resize(c, ca, new_nbuckets); in bch2_fs_resize_on_mount()
|