Home
last modified time | relevance | path

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

/Linux-v5.10/fs/jbd2/
Dtransaction.c992 if (jh->b_next_transaction) in do_get_write_access()
993 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
1021 jh->b_next_transaction == transaction) in do_get_write_access()
1037 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
1056 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1061 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1112 jh->b_next_transaction = transaction; in do_get_write_access()
1164 READ_ONCE(jh->b_next_transaction) != handle->h_transaction) in jbd2_write_access_granted()
1264 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in jbd2_journal_get_create_access()
1290 jh->b_next_transaction = transaction; in jbd2_journal_get_create_access()
[all …]
Dcommit.c1037 if (buffer_freed(bh) && !jh->b_next_transaction) { in jbd2_journal_commit_transaction()
1080 if (!jh->b_next_transaction) in jbd2_journal_commit_transaction()
Djournal.c2804 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __journal_remove_journal_head()
/Linux-v5.10/include/linux/
Djournal-head.h85 transaction_t *b_next_transaction; member
/Linux-v5.10/fs/ext4/
Dsuper.c599 jh->b_next_transaction))) { in ext4_journalled_writepage_callback()