Searched refs:T_FLUSH (Results 1 – 3 of 3) sorted by relevance
571 T_FLUSH, enumerator
422 * 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()
225 WARN_ON_ONCE(t->t_state >= T_FLUSH); in add_transaction_credits()