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()
515 journal->j_commit_sequence); in __jbd2_log_start_commit()
525 journal->j_commit_sequence, in __jbd2_log_start_commit()
659 if (tid_geq(journal->j_commit_sequence, tid)) in jbd2_trans_will_send_data_barrier()
701 while (tid_gt(tid, journal->j_commit_sequence)) { in jbd2_log_wait_commit()
703 tid, journal->j_commit_sequence); in jbd2_log_wait_commit()
707 !tid_gt(tid, journal->j_commit_sequence)); in jbd2_log_wait_commit()
1291 journal->j_commit_sequence = journal->j_transaction_sequence - 1; in journal_reset()
1292 journal->j_commit_request = journal->j_commit_sequence; in journal_reset()