Home
last modified time | relevance | path

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

/openbmc/linux/fs/jbd2/
H A Dcheckpoint.c32 transaction_t *transaction = jh->b_cp_transaction; in __buffer_unlink()
572 transaction = jh->b_cp_transaction; in __jbd2_journal_remove_checkpoint()
592 jh->b_cp_transaction = NULL; in __jbd2_journal_remove_checkpoint()
671 J_ASSERT_JH(jh, jh->b_cp_transaction == NULL); in __jbd2_journal_insert_checkpoint()
675 jh->b_cp_transaction = transaction; in __jbd2_journal_insert_checkpoint()
H A Dtransaction.c1714 if (jh->b_cp_transaction) { in jbd2_journal_forget()
1758 if (!jh->b_cp_transaction) { in jbd2_journal_forget()
2143 if (jh->b_cp_transaction != NULL) in jbd2_journal_try_to_free_buffers()
2175 if (jh->b_cp_transaction) { in __dispose_buffer()
2294 if (!jh->b_cp_transaction) { in journal_unmap_buffer()
H A Dcommit.c972 cp_transaction = jh->b_cp_transaction; in jbd2_journal_commit_transaction()
H A Djournal.c3003 J_ASSERT_JH(jh, jh->b_cp_transaction == NULL); in __journal_remove_journal_head()
/openbmc/linux/include/linux/
H A Djournal-head.h98 transaction_t *b_cp_transaction; member