Lines Matching refs:j_commit_sequence
156 journal->j_commit_sequence, journal->j_commit_request); in kjournald2()
158 if (journal->j_commit_sequence != journal->j_commit_request) { in kjournald2()
188 if (journal->j_commit_sequence != journal->j_commit_request) in kjournald2()
496 journal->j_commit_sequence); in __jbd2_log_start_commit()
505 journal->j_commit_sequence, in __jbd2_log_start_commit()
605 if (tid_geq(journal->j_commit_sequence, tid)) in jbd2_trans_will_send_data_barrier()
647 while (tid_gt(tid, journal->j_commit_sequence)) { in jbd2_log_wait_commit()
649 tid, journal->j_commit_sequence); in jbd2_log_wait_commit()
653 !tid_gt(tid, journal->j_commit_sequence)); in jbd2_log_wait_commit()
1110 journal->j_commit_sequence = journal->j_transaction_sequence - 1; in journal_reset()
1111 journal->j_commit_request = journal->j_commit_sequence; in journal_reset()