Home
last modified time | relevance | path

Searched refs:T_RUNNING (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/jbd/
Dtransaction.c52 transaction->t_state = T_RUNNING; in get_transaction()
336 if (handle->h_transaction->t_state != T_RUNNING) { in journal_extend()
2213 J_ASSERT_JH(jh, jh->b_transaction->t_state == T_RUNNING); in __journal_refile_buffer()
Dcommit.c349 J_ASSERT(commit_transaction->t_state == T_RUNNING); in journal_commit_transaction()
/linux-4.1.27/include/linux/
Djbd.h387 T_RUNNING, enumerator
Djbd2.h519 T_RUNNING, enumerator
/linux-4.1.27/fs/jbd2/
Dtransaction.c86 transaction->t_state = T_RUNNING; in jbd2_get_transaction()
563 if (transaction->t_state != T_RUNNING) { in jbd2_journal_extend()
2350 J_ASSERT_JH(jh, jh->b_transaction->t_state == T_RUNNING); in __jbd2_journal_refile_buffer()
Dcommit.c439 J_ASSERT(commit_transaction->t_state == T_RUNNING); in jbd2_journal_commit_transaction()