Searched refs:__bch2_inconsistent_error (Results 1 – 5 of 5) sorted by relevance
/linux/fs/bcachefs/ |
H A D | error.c | 23 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 D | error.h | 39 bool __bch2_inconsistent_error(struct bch_fs *, struct printbuf *);
|
H A D | buckets.c | 437 __bch2_inconsistent_error(c, buf); in bucket_ref_update_err() 746 __bch2_inconsistent_error(c, &buf); in bch2_trigger_stripe_ptr()
|
H A D | backpointers.c | 144 if (!will_check && __bch2_inconsistent_error(c, &buf)) in backpointer_mod_err()
|
H A D | btree_io.c | 626 ret = __bch2_inconsistent_error(c, &out) in __btree_err()
|