Searched refs:bch2_read_super (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | super-io.h | 83 int bch2_read_super(const char *, struct bch_opts *, struct bch_sb_handle *);
|
D | super.c | 1725 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()
|
D | super-io.c | 854 int bch2_read_super(const char *path, struct bch_opts *opts, in bch2_read_super() function
|