Home
last modified time | relevance | path

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

/linux/include/linux/
H A Djournal-head.h98 transaction_t *b_cp_transaction; member
/linux/fs/jbd2/
H A Dtransaction.c1728 if (jh->b_cp_transaction) { in jbd2_journal_forget()
1772 if (!jh->b_cp_transaction) { in jbd2_journal_forget()
2157 if (jh->b_cp_transaction != NULL) in jbd2_journal_try_to_free_buffers()
2189 if (jh->b_cp_transaction) { in __dispose_buffer()
2308 if (!jh->b_cp_transaction) { in journal_unmap_buffer()
H A Dcommit.c971 cp_transaction = jh->b_cp_transaction; in jbd2_journal_commit_transaction()