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

/linux-master/fs/jbd2/
H A Dtransaction.c168 int need_to_start; variable
173 need_to_start = !tid_geq(journal->j_commit_request, tid);
175 if (need_to_start)
784 int need_to_start; local
807 need_to_start = !tid_geq(journal->j_commit_request, tid);
809 if (need_to_start)
H A Djournal.c527 int need_to_start = 0, ret = 0; local
533 need_to_start = 1;
544 if (need_to_start)

Completed in 205 milliseconds