Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jbd2/
Dtransaction.c1023 if (jh->b_next_transaction) in do_get_write_access()
1024 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
1052 jh->b_next_transaction == transaction) in do_get_write_access()
1068 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
1087 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1092 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1143 jh->b_next_transaction = transaction; in do_get_write_access()
1195 READ_ONCE(jh->b_next_transaction) != handle->h_transaction) in jbd2_write_access_granted()
1295 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in jbd2_journal_get_create_access()
1321 jh->b_next_transaction = transaction; in jbd2_journal_get_create_access()
[all …]
Dcommit.c1026 if (buffer_freed(bh) && !jh->b_next_transaction) { in jbd2_journal_commit_transaction()
1069 if (!jh->b_next_transaction) in jbd2_journal_commit_transaction()
Djournal.c2986 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __journal_remove_journal_head()
/linux-6.1.9/include/linux/
Djournal-head.h85 transaction_t *b_next_transaction; member
/linux-6.1.9/fs/ext4/
Dsuper.c511 jh->b_next_transaction))) { in ext4_journalled_writepage_callback()