Searched refs:b_next_transaction (Results 1 – 4 of 4) sorted by relevance
615 if (jh->b_next_transaction) in do_get_write_access()616 J_ASSERT_JH(jh, jh->b_next_transaction == transaction); in do_get_write_access()636 jh->b_next_transaction == transaction) in do_get_write_access()644 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()645 jh->b_next_transaction = transaction; in do_get_write_access()656 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()719 jh->b_next_transaction = transaction; in do_get_write_access()731 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()839 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in journal_get_create_access()854 jh->b_next_transaction = transaction; in journal_get_create_access()[all …]
333 if (jh->b_next_transaction) { in journal_commit_transaction()760 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in journal_commit_transaction()
1853 jh->b_next_transaction == NULL && in __journal_remove_journal_head()
48 transaction_t * b_next_transaction; member