Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dalloc_background.h342 int bch2_dev_freespace_init(struct bch_fs *, struct bch_dev *, u64, u64);
H A Dsuper.c1873 ret = bch2_dev_freespace_init(c, ca, 0, ca->mi.nbuckets); in bch2_dev_online()
1978 bch2_dev_freespace_init(c, ca, old_nbuckets, nbuckets); in bch2_dev_resize()
H A Dalloc_background.c2185 int bch2_dev_freespace_init(struct bch_fs *c, struct bch_dev *ca, in bch2_dev_freespace_init() function
2304 ret = bch2_dev_freespace_init(c, ca, 0, ca->mi.nbuckets); in bch2_fs_freespace_init()