Lines Matching refs:j_commit_sequence
217 journal->j_commit_sequence, journal->j_commit_request); in kjournald2()
219 if (journal->j_commit_sequence != journal->j_commit_request) { in kjournald2()
249 if (journal->j_commit_sequence != journal->j_commit_request) in kjournald2()
524 journal->j_commit_sequence); in __jbd2_log_start_commit()
534 journal->j_commit_sequence, in __jbd2_log_start_commit()
668 if (tid_geq(journal->j_commit_sequence, tid)) in jbd2_trans_will_send_data_barrier()
710 while (tid_gt(tid, journal->j_commit_sequence)) { in jbd2_log_wait_commit()
712 tid, journal->j_commit_sequence); in jbd2_log_wait_commit()
716 !tid_gt(tid, journal->j_commit_sequence)); in jbd2_log_wait_commit()
1306 journal->j_commit_sequence = journal->j_transaction_sequence - 1; in journal_reset()
1307 journal->j_commit_request = journal->j_commit_sequence; in journal_reset()