Home
last modified time | relevance | path

Searched refs:next_commit_ID (Results 1 – 1 of 1) sorted by relevance

/linux/fs/jbd2/
H A Drecovery.c494 unsigned int next_commit_ID) in jbd2_do_replay() argument
533 next_commit_ID)) { in jbd2_do_replay()
542 obh->b_data, next_commit_ID)) { in jbd2_do_replay()
591 unsigned int first_commit_ID, next_commit_ID; in do_one_pass() local
610 next_commit_ID = be32_to_cpu(sb->s_sequence); in do_one_pass()
614 first_commit_ID = next_commit_ID; in do_one_pass()
660 if (tid_geq(next_commit_ID, info->end_transaction)) in do_one_pass()
664 next_commit_ID, next_log_block, journal->j_last); in do_one_pass()
696 if (sequence != next_commit_ID) in do_one_pass()
749 next_commit_ID); in do_one_pass()
[all …]