Lines Matching refs:pass
39 struct recovery_info *info, enum passtype pass);
236 struct recovery_info *info, enum passtype pass)
256 err = journal->j_fc_replay_callback(journal, bh, pass,
279 * Recovery is done in three passes. In the first pass, we look for the
281 * blocks. In the third and final pass, we replay any un-revoked blocks
353 * We perform one pass over the journal to allow us to tell the user how
465 struct recovery_info *info, enum passtype pass)
493 if (pass == PASS_SCAN)
496 jbd_debug(1, "Starting recovery pass %d\n", pass);
518 if (pass != PASS_SCAN)
564 * to do with it? That depends on the pass... */
579 if (pass != PASS_SCAN) {
593 * in pass REPLAY; if journal_checksums enabled, then
596 if (pass != PASS_REPLAY) {
597 if (pass == PASS_SCAN &&
783 if (pass == PASS_SCAN &&
810 if (pass == PASS_SCAN &&
825 if (pass == PASS_SCAN)
836 if (pass == PASS_SCAN &&
843 /* If we aren't in the REVOKE pass, then we can
845 if (pass != PASS_REVOKE) {
873 if (pass == PASS_SCAN) {
880 printk(KERN_ERR "JBD2: recovery pass %d ended at "
882 pass, next_commit_ID, info->end_transaction);
888 if (jbd2_has_feature_fast_commit(journal) && pass != PASS_REVOKE) {
889 err = fc_do_one_pass(journal, info, pass);