Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jbd2/
Dtransaction.c877 if (jh->b_next_transaction) in do_get_write_access()
878 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
906 jh->b_next_transaction == transaction) in do_get_write_access()
922 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
941 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
946 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
997 jh->b_next_transaction = transaction; in do_get_write_access()
1049 jh->b_next_transaction != handle->h_transaction) in jbd2_write_access_granted()
1145 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in jbd2_journal_get_create_access()
1171 jh->b_next_transaction = transaction; in jbd2_journal_get_create_access()
[all …]
Dcommit.c979 if (!jh->b_next_transaction) { in jbd2_journal_commit_transaction()
1005 if (!jh->b_next_transaction) in jbd2_journal_commit_transaction()
Djournal.c2540 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __journal_remove_journal_head()
/Linux-v4.19/include/linux/
Djournal-head.h78 transaction_t *b_next_transaction; member