Home
last modified time | relevance | path

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

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