Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dsuper-io.h83 int bch2_read_super(const char *, struct bch_opts *, struct bch_sb_handle *);
Dsuper.c1725 ret = bch2_read_super(path, &opts, &sb); in bch2_dev_add()
1845 ret = bch2_read_super(path, &opts, &sb); in bch2_dev_online()
2033 ret = bch2_read_super(devices[i], &opts, &sb); in bch2_fs_open()
Dsuper-io.c854 int bch2_read_super(const char *path, struct bch_opts *opts, in bch2_read_super() function