Lines Matching refs:bch_fs
11 struct bch_fs;
21 void bch2_log_msg_start(struct bch_fs *, struct printbuf *);
34 bool __bch2_inconsistent_error(struct bch_fs *, struct printbuf *);
35 bool bch2_inconsistent_error(struct bch_fs *);
37 bool bch2_fs_inconsistent(struct bch_fs *, const char *, ...);
58 int __bch2_topology_error(struct bch_fs *, struct printbuf *);
60 int bch2_fs_topology_error(struct bch_fs *, const char *, ...);
79 void __bch2_count_fsck_err(struct bch_fs *,
86 int __bch2_fsck_err(struct bch_fs *, struct btree_trans *,
91 __bch2_fsck_err(type_is(c, struct bch_fs *) ? (struct bch_fs *) c : NULL,\
95 void bch2_flush_fsck_errs(struct bch_fs *);
96 void bch2_free_fsck_errs(struct bch_fs *);
120 if (type_is(c, struct bch_fs *)) \
121 WARN_ON(bch2_current_has_btree_trans((struct bch_fs *) c));\
151 int __bch2_bkey_fsck_err(struct bch_fs *,
184 void bch2_fatal_error(struct bch_fs *);
246 void bch2_inum_offset_err_msg(struct bch_fs *, struct printbuf *, subvol_inum, u64);
249 void bch2_inum_snap_offset_err_msg(struct bch_fs *, struct printbuf *, struct bpos);