Home
last modified time | relevance | path

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

/Linux-v5.15/fs/jbd2/
Dtransaction.c1014 if (jh->b_next_transaction) in do_get_write_access()
1015 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
1043 jh->b_next_transaction == transaction) in do_get_write_access()
1059 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
1078 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1083 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1134 jh->b_next_transaction = transaction; in do_get_write_access()
1186 READ_ONCE(jh->b_next_transaction) != handle->h_transaction) in jbd2_write_access_granted()
1286 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in jbd2_journal_get_create_access()
1312 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.c2979 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __journal_remove_journal_head()
/Linux-v5.15/include/linux/
Djournal-head.h85 transaction_t *b_next_transaction; member
/Linux-v5.15/fs/ext4/
Dsuper.c498 jh->b_next_transaction))) { in ext4_journalled_writepage_callback()