Home | History | Annotate | Download | only in debugfs

Lines Matching refs:next_commit_ID

435 	unsigned int		first_commit_ID, next_commit_ID;
455 next_commit_ID = ext2fs_be32_to_cpu(sb->s_sequence);
458 first_commit_ID = next_commit_ID;
485 if (tid_geq(next_commit_ID, info->end_transaction))
489 next_commit_ID, next_log_block, journal->j_last);
521 if (sequence != next_commit_ID) {
602 next_commit_ID)) {
744 info->end_transaction = next_commit_ID;
748 next_commit_ID;
758 info->end_transaction = next_commit_ID;
762 next_commit_ID;
768 next_commit_ID++;
780 next_commit_ID, info);
804 info->end_transaction = next_commit_ID;
808 if (info->end_transaction != next_commit_ID) {
811 pass, next_commit_ID, info->end_transaction);