Lines Matching refs:bch_fs
11 struct bch_fs;
32 bool bch2_inconsistent_error(struct bch_fs *);
34 int bch2_topology_error(struct bch_fs *);
94 int __bch2_fsck_err(struct bch_fs *, struct btree_trans *,
99 __bch2_fsck_err(type_is(c, struct bch_fs *) ? (struct bch_fs *) c : NULL,\
103 void bch2_flush_fsck_errs(struct bch_fs *);
127 if (type_is(c, struct bch_fs *)) \
128 WARN_ON(bch2_current_has_btree_trans((struct bch_fs *) c));\
158 int __bch2_bkey_fsck_err(struct bch_fs *,
191 void bch2_fatal_error(struct bch_fs *);
244 void bch2_inum_err_msg(struct bch_fs *, struct printbuf *, subvol_inum);
245 void bch2_inum_offset_err_msg(struct bch_fs *, struct printbuf *, subvol_inum, u64);