Home
last modified time | relevance | path

Searched refs:need_to_start (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jbd2/
H A Dtransaction.c146 int need_to_start; in wait_transaction_locked() local
151 need_to_start = !tid_geq(journal->j_commit_request, tid); in wait_transaction_locked()
153 if (need_to_start) in wait_transaction_locked()
769 int need_to_start; in jbd2__journal_restart() local
792 need_to_start = !tid_geq(journal->j_commit_request, tid); in jbd2__journal_restart()
794 if (need_to_start) in jbd2__journal_restart()
H A Djournal.c503 int need_to_start = 0, ret = 0; in __jbd2_journal_force_commit() local
509 need_to_start = 1; in __jbd2_journal_force_commit()
520 if (need_to_start) in __jbd2_journal_force_commit()