Searched refs:b_cp_transaction (Results 1 – 4 of 4) sorted by relevance
32 transaction_t *transaction = jh->b_cp_transaction; in __buffer_unlink()585 transaction = jh->b_cp_transaction; in __jbd2_journal_remove_checkpoint()595 jh->b_cp_transaction = NULL; in __jbd2_journal_remove_checkpoint()674 J_ASSERT_JH(jh, jh->b_cp_transaction == NULL); in __jbd2_journal_insert_checkpoint()678 jh->b_cp_transaction = transaction; in __jbd2_journal_insert_checkpoint()
1736 if (jh->b_cp_transaction) { in jbd2_journal_forget()1780 if (!jh->b_cp_transaction) { in jbd2_journal_forget()2154 if (jh->b_cp_transaction != NULL) in jbd2_journal_try_to_free_buffers()2186 if (jh->b_cp_transaction) { in __dispose_buffer()2305 if (!jh->b_cp_transaction) { in journal_unmap_buffer()
2965 J_ASSERT_JH(jh, jh->b_cp_transaction == NULL); in __journal_remove_journal_head()
98 transaction_t *b_cp_transaction; member