Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsuper-io.h89 int bch2_sb_to_fs(struct bch_fs *, struct bch_sb *);
H A Dsuper.c829 ret = bch2_sb_to_fs(c, sb); in bch2_fs_alloc()
1510 bch2_sb_to_fs(c, sb->sb); in bch2_dev_attach_bdev()
H A Dsuper-io.c688 int bch2_sb_to_fs(struct bch_fs *c, struct bch_sb *src) in bch2_sb_to_fs() function