Lines Matching refs:j_commit_sequence
223 journal->j_commit_sequence, journal->j_commit_request); in kjournald2()
225 if (journal->j_commit_sequence != journal->j_commit_request) { in kjournald2()
255 if (journal->j_commit_sequence != journal->j_commit_request) in kjournald2()
521 journal->j_commit_sequence); in __jbd2_log_start_commit()
531 journal->j_commit_sequence, in __jbd2_log_start_commit()
665 if (tid_geq(journal->j_commit_sequence, tid)) in jbd2_trans_will_send_data_barrier()
706 if (tid_gt(tid, journal->j_commit_sequence) && in jbd2_log_wait_commit()
721 while (tid_gt(tid, journal->j_commit_sequence)) { in jbd2_log_wait_commit()
723 tid, journal->j_commit_sequence); in jbd2_log_wait_commit()
727 !tid_gt(tid, journal->j_commit_sequence)); in jbd2_log_wait_commit()
1324 journal->j_commit_sequence = journal->j_transaction_sequence - 1; in journal_reset()
1325 journal->j_commit_request = journal->j_commit_sequence; in journal_reset()