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

/linux-master/include/linux/
H A Djournal-head.h98 transaction_t *b_cp_transaction; member in struct:journal_head
/linux-master/fs/jbd2/
H A Dcheckpoint.c32 transaction_t *transaction = jh->b_cp_transaction;
562 transaction = jh->b_cp_transaction;
572 jh->b_cp_transaction = NULL;
651 J_ASSERT_JH(jh, jh->b_cp_transaction == NULL);
655 jh->b_cp_transaction = transaction;
H A Dtransaction.c1743 if (jh->b_cp_transaction) {
1787 if (!jh->b_cp_transaction) {
2172 if (jh->b_cp_transaction != NULL)
2204 if (jh->b_cp_transaction) {
2323 if (!jh->b_cp_transaction) {
H A Dcommit.c972 cp_transaction = jh->b_cp_transaction;
H A Djournal.c2888 * transaction (b_cp_transaction) hold their references to b_jcount.
2974 J_ASSERT_JH(jh, jh->b_cp_transaction == NULL);

Completed in 130 milliseconds