Home
last modified time | relevance | path

Searched refs:bch2_fs_open (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dsuper.h52 struct bch_fs *bch2_fs_open(char * const *, unsigned, struct bch_opts);
Dchardev.c89 c = bch2_fs_open(devs, arg.nr_devs, bch2_opts_empty());
235 thr->c = bch2_fs_open(devs.data, arg.nr_devs, thr->opts); in bch2_ioctl_fsck_offline()
Dsuper.c2009 struct bch_fs *bch2_fs_open(char * const *devices, unsigned nr_devices, in bch2_fs_open() function
Dfs.c2157 c = bch2_fs_open(devs.data, devs.nr, opts); in bch2_fs_get_tree()