Home
last modified time | relevance | path

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

/linux/fs/jbd2/
H A Dcheckpoint.c32 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()
/linux/include/linux/
H A Djournal-head.h98 transaction_t *b_cp_transaction; member