Searched refs:recovery_pass_fns (Results 1 – 1 of 1) sorted by relevance
59 static struct recovery_pass_fn recovery_pass_fns[] = { variable160 for (unsigned i = 0; i < ARRAY_SIZE(recovery_pass_fns); i++) in bch2_fsck_recovery_passes()161 if (recovery_pass_fns[i].when & PASS_FSCK) in bch2_fsck_recovery_passes()168 struct recovery_pass_fn *p = recovery_pass_fns + pass; in should_run_recovery_pass()185 struct recovery_pass_fn *p = recovery_pass_fns + pass; in bch2_run_recovery_pass()206 for (unsigned i = 0; i < ARRAY_SIZE(recovery_pass_fns); i++) { in bch2_run_online_recovery_passes()207 struct recovery_pass_fn *p = recovery_pass_fns + i; in bch2_run_online_recovery_passes()236 while (c->curr_recovery_pass < ARRAY_SIZE(recovery_pass_fns)) { in bch2_run_recovery_passes()