Lines Matching refs:j_commit_sequence
204 journal->j_commit_sequence, journal->j_commit_request); in kjournald2()
206 if (journal->j_commit_sequence != journal->j_commit_request) { in kjournald2()
236 if (journal->j_commit_sequence != journal->j_commit_request) in kjournald2()
502 journal->j_commit_sequence); in __jbd2_log_start_commit()
512 journal->j_commit_sequence, in __jbd2_log_start_commit()
646 if (tid_geq(journal->j_commit_sequence, tid)) in jbd2_trans_will_send_data_barrier()
687 if (tid_gt(tid, journal->j_commit_sequence) && in jbd2_log_wait_commit()
702 while (tid_gt(tid, journal->j_commit_sequence)) { in jbd2_log_wait_commit()
704 tid, journal->j_commit_sequence); in jbd2_log_wait_commit()
708 !tid_gt(tid, journal->j_commit_sequence)); in jbd2_log_wait_commit()
1305 journal->j_commit_sequence = journal->j_transaction_sequence - 1; in journal_reset()
1306 journal->j_commit_request = journal->j_commit_sequence; in journal_reset()