Searched refs:bch2_fs_open (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | super.h | 52 struct bch_fs *bch2_fs_open(char * const *, unsigned, struct bch_opts);
|
D | chardev.c | 89 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()
|
D | super.c | 2009 struct bch_fs *bch2_fs_open(char * const *devices, unsigned nr_devices, in bch2_fs_open() function
|
D | fs.c | 2157 c = bch2_fs_open(devs.data, devs.nr, opts); in bch2_fs_get_tree()
|