Searched refs:recovery_pass_fns (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/bcachefs/
H A Drecovery_passes.c52 static struct recovery_pass_fn recovery_pass_fns[] = {
153 for (unsigned i = 0; i < ARRAY_SIZE(recovery_pass_fns); i++)
154 if (recovery_pass_fns[i].when & PASS_FSCK)
161 struct recovery_pass_fn *p = recovery_pass_fns + pass;
176 struct recovery_pass_fn *p = recovery_pass_fns + pass;
195 for (unsigned i = 0; i < ARRAY_SIZE(recovery_pass_fns); i++) {
196 struct recovery_pass_fn *p = recovery_pass_fns + i;
217 while (c->curr_recovery_pass < ARRAY_SIZE(recovery_pass_fns)) {
57 static struct recovery_pass_fn recovery_pass_fns[] = { variable in typeref:struct:recovery_pass_fn

Completed in 62 milliseconds