Searched refs:bch2_dev_freespace_init (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | alloc_background.h | 346 int bch2_dev_freespace_init(struct bch_fs *, struct bch_dev *, u64, u64);
|
| H A D | super.c | 1925 ret = bch2_dev_freespace_init(c, ca, 0, ca->mi.nbuckets); in bch2_dev_online() 2027 bch2_dev_freespace_init(c, ca, old_nbuckets, nbuckets); in bch2_dev_resize()
|
| H A D | alloc_background.c | 2293 int bch2_dev_freespace_init(struct bch_fs *c, struct bch_dev *ca, in bch2_dev_freespace_init() function 2412 ret = bch2_dev_freespace_init(c, ca, 0, ca->mi.nbuckets); in bch2_fs_freespace_init()
|