Lines Matching refs:bch_fs
13 struct bch_fs *bch2_dev_to_fs(dev_t);
14 struct bch_fs *bch2_uuid_to_fs(__uuid_t);
16 bool bch2_dev_state_allowed(struct bch_fs *, struct bch_dev *,
18 int __bch2_dev_set_state(struct bch_fs *, struct bch_dev *,
20 int bch2_dev_set_state(struct bch_fs *, struct bch_dev *,
24 int bch2_dev_remove(struct bch_fs *, struct bch_dev *, int);
25 int bch2_dev_add(struct bch_fs *, const char *);
26 int bch2_dev_online(struct bch_fs *, const char *);
27 int bch2_dev_offline(struct bch_fs *, struct bch_dev *, int);
28 int bch2_dev_resize(struct bch_fs *, struct bch_dev *, u64);
29 struct bch_dev *bch2_dev_lookup(struct bch_fs *, const char *);
31 bool bch2_fs_emergency_read_only(struct bch_fs *);
32 bool bch2_fs_emergency_read_only_locked(struct bch_fs *);
33 void bch2_fs_read_only(struct bch_fs *);
35 int bch2_fs_read_write(struct bch_fs *);
36 int bch2_fs_read_write_early(struct bch_fs *);
38 void __bch2_fs_stop(struct bch_fs *);
39 void bch2_fs_free(struct bch_fs *);
40 void bch2_fs_stop(struct bch_fs *);
42 int bch2_fs_start(struct bch_fs *);
43 struct bch_fs *bch2_fs_open(char * const *, unsigned, struct bch_opts);