Lines Matching refs:pass
40 struct recovery_info *info, enum passtype pass);
238 struct recovery_info *info, enum passtype pass)
258 err = journal->j_fc_replay_callback(journal, bh, pass,
281 * Recovery is done in three passes. In the first pass, we look for the
283 * blocks. In the third and final pass, we replay any un-revoked blocks
358 * We perform one pass over the journal to allow us to tell the user how
472 struct recovery_info *info, enum passtype pass)
501 if (pass == PASS_SCAN)
504 jbd2_debug(1, "Starting recovery pass %d\n", pass);
526 if (pass != PASS_SCAN)
570 * to do with it? That depends on the pass... */
585 if (pass != PASS_SCAN) {
599 * in pass REPLAY; if journal_checksums enabled, then
602 if (pass != PASS_REPLAY) {
603 if (pass == PASS_SCAN &&
787 if (pass == PASS_SCAN &&
814 if (pass == PASS_SCAN &&
830 if (pass == PASS_SCAN) {
843 if (pass == PASS_SCAN &&
850 /* If we aren't in the REVOKE pass, then we can
852 if (pass != PASS_REVOKE) {
880 if (pass == PASS_SCAN) {
889 printk(KERN_ERR "JBD2: recovery pass %d ended at "
891 pass, next_commit_ID, info->end_transaction);
897 if (jbd2_has_feature_fast_commit(journal) && pass != PASS_REVOKE) {
898 err = fc_do_one_pass(journal, info, pass);