Home
last modified time | relevance | path

Searched refs:T_FLUSH (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Djbd2.h571 T_FLUSH, enumerator
/openbmc/linux/fs/jbd2/
H A Dcommit.c422 * to block fast commits until the transaction enters T_FLUSH in jbd2_journal_commit_transaction()
425 * just before we enter T_FLUSH. That way, the existing fast in jbd2_journal_commit_transaction()
532 commit_transaction->t_state = T_FLUSH; in jbd2_journal_commit_transaction()
H A Dtransaction.c225 WARN_ON_ONCE(t->t_state >= T_FLUSH); in add_transaction_credits()