Home
last modified time | relevance | path

Searched refs:__bch2_inconsistent_error (Results 1 – 5 of 5) sorted by relevance

/linux/fs/bcachefs/
H A Derror.c23 bool __bch2_inconsistent_error(struct bch_fs *c, struct printbuf *out) in __bch2_inconsistent_error() function
50 bool ret = __bch2_inconsistent_error(c, &buf); in bch2_inconsistent_error()
71 bool ret = __bch2_inconsistent_error(c, &buf); in bch2_fs_trans_inconsistent()
102 __bch2_inconsistent_error(c, out); in __bch2_topology_error()
603 __bch2_inconsistent_error(c, out); in __bch2_fsck_err()
H A Derror.h39 bool __bch2_inconsistent_error(struct bch_fs *, struct printbuf *);
H A Dbuckets.c437 __bch2_inconsistent_error(c, buf); in bucket_ref_update_err()
746 __bch2_inconsistent_error(c, &buf); in bch2_trigger_stripe_ptr()
H A Dbackpointers.c144 if (!will_check && __bch2_inconsistent_error(c, &buf)) in backpointer_mod_err()
H A Dbtree_io.c626 ret = __bch2_inconsistent_error(c, &out) in __btree_err()