Home
last modified time | relevance | path

Searched refs:b_transaction (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/fs/jbd2/
Dtransaction.c987 if (jh->b_transaction) { in do_get_write_access()
989 jh->b_transaction == transaction || in do_get_write_access()
990 jh->b_transaction == in do_get_write_access()
1020 if (jh->b_transaction == transaction || in do_get_write_access()
1035 if (!jh->b_transaction) { in do_get_write_access()
1062 J_ASSERT_JH(jh, jh->b_transaction == journal->j_committing_transaction); in do_get_write_access()
1163 if (READ_ONCE(jh->b_transaction) != handle->h_transaction && in jbd2_write_access_granted()
1259 J_ASSERT_JH(jh, (jh->b_transaction == transaction || in jbd2_journal_get_create_access()
1260 jh->b_transaction == NULL || in jbd2_journal_get_create_access()
1261 (jh->b_transaction == journal->j_committing_transaction && in jbd2_journal_get_create_access()
[all …]
Dcheckpoint.c94 if (jh->b_transaction == NULL && !buffer_locked(bh) && in __try_to_free_cp_buf()
263 if (jh->b_transaction != NULL) { in jbd2_log_do_checkpoint()
264 transaction_t *t = jh->b_transaction; in jbd2_log_do_checkpoint()
Dcommit.c985 J_ASSERT_JH(jh, jh->b_transaction == commit_transaction); in jbd2_journal_commit_transaction()
Djournal.c2803 J_ASSERT_JH(jh, jh->b_transaction == NULL); in __journal_remove_journal_head()
/Linux-v5.10/include/linux/
Djournal-head.h77 transaction_t *b_transaction; member
/Linux-v5.10/fs/ext4/
Dsuper.c598 (jh && (jh->b_transaction != transaction || in ext4_journalled_writepage_callback()