Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dsuper-io.h95 int bch2_read_super(const char *, struct bch_opts *, struct bch_sb_handle *);
H A Dsuper.c1726 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()
H A Dsuper-io.c901 int bch2_read_super(const char *path, struct bch_opts *opts, in bch2_read_super() function