Home | History | Annotate | Download | only in e2fsck

Lines Matching full:pass

42 				struct recovery_info *info, enum passtype pass);
216 * Recovery is done in three passes. In the first pass, we look for the
218 * blocks. In the third and final pass, we replay any un-revoked blocks
274 * We perform one pass over the journal to allow us to tell the user how
308 struct recovery_info *info, enum passtype pass)
335 if (pass == PASS_SCAN)
338 jbd_debug(1, "Starting recovery pass %d\n", pass);
358 if (pass != PASS_SCAN)
402 * to do with it? That depends on the pass... */
407 * in pass REPLAY; otherwise, just skip over the
409 if (pass != PASS_REPLAY) {
512 /* If we aren't in the REVOKE pass, then we can
514 if (pass != PASS_REVOKE) {
542 if (pass == PASS_SCAN)
548 printk (KERN_ERR "JBD: recovery pass %d ended at "
550 pass, next_commit_ID, info->end_transaction);