Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsuper-io.h77 int bch2_sb_to_fs(struct bch_fs *, struct bch_sb *);
Dsuper.c828 ret = bch2_sb_to_fs(c, sb); in bch2_fs_alloc()
1430 bch2_sb_to_fs(c, sb->sb); in bch2_dev_attach_bdev()
Dsuper-io.c611 int bch2_sb_to_fs(struct bch_fs *c, struct bch_sb *src) in bch2_sb_to_fs() function