Searched refs:b_cp_transaction (Results 1 – 5 of 5) sorted by relevance
39 transaction = jh->b_cp_transaction; in __buffer_unlink()40 jh->b_cp_transaction = NULL; in __buffer_unlink()485 if ((transaction = jh->b_cp_transaction) == NULL) { in __journal_remove_checkpoint()540 J_ASSERT_JH(jh, jh->b_cp_transaction == NULL); in __journal_insert_checkpoint()543 jh->b_cp_transaction = transaction; in __journal_insert_checkpoint()
1274 if (jh->b_cp_transaction) { in journal_forget()1339 if (jh->b_cp_transaction == NULL) {1672 if (jh->b_transaction != 0 && jh->b_cp_transaction == 0) { in __journal_try_to_free_buffer()1682 else if (jh->b_cp_transaction != 0 && jh->b_transaction == 0) { in __journal_try_to_free_buffer()1816 if (jh->b_cp_transaction) { in dispose_buffer()1903 if (!jh->b_cp_transaction) { in journal_unmap_buffer()
725 cp_transaction = jh->b_cp_transaction; in journal_commit_transaction()
1854 jh->b_cp_transaction == NULL) { in __journal_remove_journal_head()
60 transaction_t * b_cp_transaction; member