Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jbd2/
Dtransaction.c149 int need_to_start; in wait_transaction_locked() local
154 need_to_start = !tid_geq(journal->j_commit_request, tid); in wait_transaction_locked()
156 if (need_to_start) in wait_transaction_locked()
644 int need_to_start, ret; in jbd2__journal_restart() local
675 need_to_start = !tid_geq(journal->j_commit_request, tid); in jbd2__journal_restart()
677 if (need_to_start) in jbd2__journal_restart()
Djournal.c558 int need_to_start = 0, ret = 0; in __jbd2_journal_force_commit() local
564 need_to_start = 1; in __jbd2_journal_force_commit()
575 if (need_to_start) in __jbd2_journal_force_commit()