Searched refs:j_commit_request (Results 1 – 3 of 3) sorted by relevance
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()454 if (journal->j_commit_request == target) in __jbd2_log_start_commit()469 journal->j_commit_request = target; in __jbd2_log_start_commit()471 journal->j_commit_request, in __jbd2_log_start_commit()476 } else if (!tid_geq(journal->j_commit_request, target)) in __jbd2_log_start_commit()481 journal->j_commit_request, in __jbd2_log_start_commit()514 if (!tid_geq(journal->j_commit_request, transaction->t_tid)) in __jbd2_journal_force_commit()668 if (!tid_geq(journal->j_commit_request, tid)) { in jbd2_log_wait_commit()[all …]
151 need_to_start = !tid_geq(journal->j_commit_request, tid); in wait_transaction_locked()792 need_to_start = !tid_geq(journal->j_commit_request, tid); in jbd2__journal_restart()
1056 tid_t j_commit_request; member1823 tid = journal->j_commit_request; in jbd2_get_latest_transaction()