Home
last modified time | relevance | path

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

/Linux-v5.4/fs/jbd2/
Dtransaction.c913 if (jh->b_next_transaction) in do_get_write_access()
914 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
942 jh->b_next_transaction == transaction) in do_get_write_access()
958 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
977 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
982 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1033 jh->b_next_transaction = transaction; in do_get_write_access()
1085 jh->b_next_transaction != handle->h_transaction) in jbd2_write_access_granted()
1181 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in jbd2_journal_get_create_access()
1207 jh->b_next_transaction = transaction; in jbd2_journal_get_create_access()
[all …]
Dcommit.c995 if (!jh->b_next_transaction) { in jbd2_journal_commit_transaction()
1021 if (!jh->b_next_transaction) in jbd2_journal_commit_transaction()
Djournal.c2526 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __journal_remove_journal_head()
/Linux-v5.4/include/linux/
Djournal-head.h78 transaction_t *b_next_transaction; member