Home
last modified time | relevance | path

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

/openbmc/linux/fs/jbd2/
H A Dtransaction.c1025 jh->b_next_transaction == transaction) { in do_get_write_access()
1043 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
1076 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1081 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1132 jh->b_next_transaction = transaction; in do_get_write_access()
1184 READ_ONCE(jh->b_next_transaction) != handle->h_transaction) in jbd2_write_access_granted()
1284 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in jbd2_journal_get_create_access()
1310 jh->b_next_transaction = transaction; in jbd2_journal_get_create_access()
1496 jh->b_next_transaction != transaction)) { in jbd2_journal_dirty_metadata()
1499 jh->b_next_transaction == transaction); in jbd2_journal_dirty_metadata()
[all …]
H A Dcommit.c994 if (buffer_freed(bh) && !jh->b_next_transaction) { in jbd2_journal_commit_transaction()
1037 if (!jh->b_next_transaction) in jbd2_journal_commit_transaction()
H A Djournal.c3002 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __journal_remove_journal_head()
/openbmc/linux/include/linux/
H A Djournal-head.h85 transaction_t *b_next_transaction; member
/openbmc/linux/fs/ext4/
H A Dsuper.c571 jh->b_next_transaction))) { in ext4_journalled_writepage_callback()