Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Derror.c23 bool __bch2_inconsistent_error(struct bch_fs *c, struct printbuf *out) in __bch2_inconsistent_error() function
52 bool ret = __bch2_inconsistent_error(c, &buf); in bch2_inconsistent_error()
73 bool ret = __bch2_inconsistent_error(c, &buf); in bch2_fs_trans_inconsistent()
104 __bch2_inconsistent_error(c, out); in __bch2_topology_error()
547 __bch2_inconsistent_error(c, out); in __bch2_fsck_err()
H A Derror.h34 bool __bch2_inconsistent_error(struct bch_fs *, struct printbuf *);
H A Dbuckets.c410 __bch2_inconsistent_error(c, buf); in bucket_ref_update_err()
713 __bch2_inconsistent_error(c, &buf); in bch2_trigger_stripe_ptr()
H A Dbackpointers.c132 __bch2_inconsistent_error(c, &buf)) in backpointer_mod_err()
H A Dbtree_io.c579 ret = __bch2_inconsistent_error(c, &out) in __btree_err()