Home
last modified time | relevance | path

Searched refs:b_next_transaction (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/jbd2/
Dtransaction.c866 if (jh->b_next_transaction) in do_get_write_access()
867 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
895 jh->b_next_transaction == transaction) in do_get_write_access()
911 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
930 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
935 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
992 jh->b_next_transaction = transaction; in do_get_write_access()
1044 jh->b_next_transaction != handle->h_transaction) in jbd2_write_access_granted()
1140 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in jbd2_journal_get_create_access()
1165 jh->b_next_transaction = transaction; in jbd2_journal_get_create_access()
[all …]
Dcommit.c1008 if (!jh->b_next_transaction) { in jbd2_journal_commit_transaction()
1034 if (!jh->b_next_transaction) in jbd2_journal_commit_transaction()
Djournal.c2511 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __journal_remove_journal_head()
/linux-4.4.14/include/linux/
Djournal-head.h77 transaction_t *b_next_transaction; member