Home
last modified time | relevance | path

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

/Linux-v5.10/fs/jbd2/
Dcheckpoint.c32 transaction_t *transaction = jh->b_cp_transaction; in __buffer_unlink_first()
50 transaction_t *transaction = jh->b_cp_transaction; in __buffer_unlink()
67 transaction_t *transaction = jh->b_cp_transaction; in __buffer_relink_io()
571 if ((transaction = jh->b_cp_transaction) == NULL) { in __jbd2_journal_remove_checkpoint()
579 jh->b_cp_transaction = NULL; in __jbd2_journal_remove_checkpoint()
627 J_ASSERT_JH(jh, jh->b_cp_transaction == NULL); in __jbd2_journal_insert_checkpoint()
631 jh->b_cp_transaction = transaction; in __jbd2_journal_insert_checkpoint()
Dtransaction.c1684 if (jh->b_cp_transaction) { in jbd2_journal_forget()
1728 if (!jh->b_cp_transaction) { in jbd2_journal_forget()
2073 if (jh->b_cp_transaction != NULL) { in __journal_try_to_free_buffer()
2186 if (jh->b_cp_transaction) { in __dispose_buffer()
2305 if (!jh->b_cp_transaction) { in journal_unmap_buffer()
Dcommit.c1015 cp_transaction = jh->b_cp_transaction; in jbd2_journal_commit_transaction()
Djournal.c2805 J_ASSERT_JH(jh, jh->b_cp_transaction == NULL); in __journal_remove_journal_head()
/Linux-v5.10/include/linux/
Djournal-head.h98 transaction_t *b_cp_transaction; member