Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jbd2/
Dtransaction.c168 int need_to_start; in wait_transaction_locked() local
173 need_to_start = !tid_geq(journal->j_commit_request, tid); in wait_transaction_locked()
175 if (need_to_start) in wait_transaction_locked()
784 int need_to_start; in jbd2__journal_restart() local
807 need_to_start = !tid_geq(journal->j_commit_request, tid); in jbd2__journal_restart()
809 if (need_to_start) in jbd2__journal_restart()
Djournal.c539 int need_to_start = 0, ret = 0; in __jbd2_journal_force_commit() local
545 need_to_start = 1; in __jbd2_journal_force_commit()
556 if (need_to_start) in __jbd2_journal_force_commit()