Home
last modified time | relevance | path

Searched refs:bch2_run_explicit_recovery_pass (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Drecovery_passes.c139 int bch2_run_explicit_recovery_pass(struct bch_fs *c, in bch2_run_explicit_recovery_pass() function
157 return bch2_run_explicit_recovery_pass(c, pass); in bch2_run_explicit_recovery_pass_persistent_locked()
174 return bch2_run_explicit_recovery_pass(c, pass); in bch2_run_explicit_recovery_pass_persistent()
H A Drecovery_passes.h11 int bch2_run_explicit_recovery_pass(struct bch_fs *, enum bch_recovery_pass);
H A Derror.c107 return bch2_run_explicit_recovery_pass(c, BCH_RECOVERY_PASS_check_topology) ?: in __bch2_topology_error()
H A Dbuckets.c403 int ret = bch2_run_explicit_recovery_pass(c, BCH_RECOVERY_PASS_check_allocations); in bucket_ref_update_err()
969 bch2_run_explicit_recovery_pass(c, BCH_RECOVERY_PASS_check_allocations); in __bch2_trans_mark_metadata_bucket()
H A Dbtree_node_scan.c544 int ret = bch2_run_explicit_recovery_pass(c, BCH_RECOVERY_PASS_scan_for_btree_nodes); in bch2_get_scanned_nodes()
H A Dsubvolume.c48 return bch2_run_explicit_recovery_pass(c, in check_subvol()