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.c142 int need_to_start; in wait_transaction_locked() local
147 need_to_start = !tid_geq(journal->j_commit_request, tid); in wait_transaction_locked()
149 if (need_to_start) in wait_transaction_locked()
765 int need_to_start; in jbd2__journal_restart() local
788 need_to_start = !tid_geq(journal->j_commit_request, tid); in jbd2__journal_restart()
790 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()