Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsuper-io.h97 int bch2_read_super(const char *, struct bch_opts *, struct bch_sb_handle *);
H A Dsuper.c1778 ret = bch2_read_super(path, &opts, &sb); in bch2_dev_add()
1897 ret = bch2_read_super(path, &opts, &sb); in bch2_dev_online()
2178 ret = bch2_read_super(devices[i], &opts, &sb); in bch2_fs_open()
H A Dsuper-io.c932 int bch2_read_super(const char *path, struct bch_opts *opts, in bch2_read_super() function