Searched refs:bch2_run_explicit_recovery_pass (Results 1 – 7 of 7) sorted by relevance
/linux/fs/bcachefs/ |
H A D | recovery_passes.h | 34 int bch2_run_explicit_recovery_pass(struct bch_fs *, struct printbuf *,
|
H A D | recovery_passes.c | 409 int bch2_run_explicit_recovery_pass(struct bch_fs *c, in bch2_run_explicit_recovery_pass() function
|
H A D | error.c | 105 return bch2_run_explicit_recovery_pass(c, out, BCH_RECOVERY_PASS_check_topology, 0) ?: in __bch2_topology_error()
|
H A D | sb-members.c | 23 int ret = bch2_run_explicit_recovery_pass(c, &buf, in bch2_dev_missing_bkey()
|
H A D | buckets.c | 432 int ret = bch2_run_explicit_recovery_pass(c, buf, in bucket_ref_update_err() 1010 ret = bch2_run_explicit_recovery_pass(c, &buf, in __bch2_trans_mark_metadata_bucket()
|
H A D | subvolume.c | 26 int ret = bch2_run_explicit_recovery_pass(c, &buf, in bch2_subvolume_missing()
|
H A D | backpointers.c | 1220 bch2_run_explicit_recovery_pass(c, &buf, in bch2_check_bucket_backpointer_mismatch()
|