Searched refs:b_cp_transaction (Results 1 – 3 of 3) sorted by relevance
32 transaction_t *transaction = jh->b_cp_transaction; in __buffer_unlink()574 transaction = jh->b_cp_transaction; in __jbd2_journal_remove_checkpoint()584 jh->b_cp_transaction = NULL; in __jbd2_journal_remove_checkpoint()663 J_ASSERT_JH(jh, jh->b_cp_transaction == NULL); in __jbd2_journal_insert_checkpoint()667 jh->b_cp_transaction = transaction; in __jbd2_journal_insert_checkpoint()
2948 J_ASSERT_JH(jh, jh->b_cp_transaction == NULL); in __journal_remove_journal_head()
98 transaction_t *b_cp_transaction; member