Home
last modified time | relevance | path

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

/linux/fs/jbd2/
H A Dtransaction.c1021 jh->b_next_transaction == transaction) { in do_get_write_access()
1039 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
1072 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1077 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1128 jh->b_next_transaction = transaction; in do_get_write_access()
1180 READ_ONCE(jh->b_next_transaction) != handle->h_transaction) in jbd2_write_access_granted()
1298 jh->b_jlist == BJ_Forget)) || jh->b_next_transaction != NULL) { in jbd2_journal_get_create_access()
1330 jh->b_next_transaction = transaction; in jbd2_journal_get_create_access()
1516 jh->b_next_transaction != transaction)) { in jbd2_journal_dirty_metadata()
1519 jh->b_next_transaction == transaction); in jbd2_journal_dirty_metadata()
[all …]
H A Djournal.c2964 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __journal_remove_journal_head()
/linux/include/linux/
H A Djournal-head.h85 transaction_t *b_next_transaction; member
/linux/fs/ext4/
H A Dsuper.c543 jh->b_next_transaction))) in ext4_journalled_writepage_needs_redirty()