Lines Matching refs:j_commit_request
195 journal->j_commit_sequence, journal->j_commit_request); in kjournald2()
197 if (journal->j_commit_sequence != journal->j_commit_request) { in kjournald2()
243 journal->j_commit_request = transaction->t_tid; in kjournald2()
448 if (journal->j_commit_request == target) in __jbd2_log_start_commit()
463 journal->j_commit_request = target; in __jbd2_log_start_commit()
465 journal->j_commit_request, in __jbd2_log_start_commit()
470 } else if (!tid_geq(journal->j_commit_request, target)) in __jbd2_log_start_commit()
475 journal->j_commit_request, in __jbd2_log_start_commit()
508 if (!tid_geq(journal->j_commit_request, transaction->t_tid)) in __jbd2_journal_force_commit()
672 if (!tid_geq(journal->j_commit_request, tid)) { in jbd2_log_wait_commit()
675 __func__, journal->j_commit_request, tid); in jbd2_log_wait_commit()
796 if (journal->j_commit_request != tid) { in jbd2_complete_transaction()
1744 journal->j_commit_request = journal->j_commit_sequence; in journal_reset()