Home
last modified time | relevance | path

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

/Linux-v5.10/fs/jbd2/
Dtransaction.c173 int need_to_start; in wait_transaction_locked() local
178 need_to_start = !tid_geq(journal->j_commit_request, tid); in wait_transaction_locked()
180 if (need_to_start) in wait_transaction_locked()
770 int need_to_start; in jbd2__journal_restart() local
793 need_to_start = !tid_geq(journal->j_commit_request, tid); in jbd2__journal_restart()
795 if (need_to_start) in jbd2__journal_restart()
Djournal.c542 int need_to_start = 0, ret = 0; in __jbd2_journal_force_commit() local
548 need_to_start = 1; in __jbd2_journal_force_commit()
559 if (need_to_start) in __jbd2_journal_force_commit()