Lines Matching refs:b_next_transaction
569 if (jh->b_next_transaction) in do_get_write_access()
570 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
598 jh->b_next_transaction == transaction) in do_get_write_access()
613 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
614 jh->b_next_transaction = transaction; in do_get_write_access()
622 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
692 jh->b_next_transaction = transaction; in do_get_write_access()
703 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
812 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in journal_get_create_access()
836 jh->b_next_transaction = transaction; in journal_get_create_access()
1187 J_ASSERT_JH(jh, jh->b_next_transaction == transaction); in journal_dirty_metadata()
1321 if (jh->b_next_transaction) { in journal_forget()
1322 J_ASSERT(jh->b_next_transaction == transaction); in journal_forget()
1323 jh->b_next_transaction = NULL; in journal_forget()
1666 if (jh->b_next_transaction != NULL) in __journal_try_to_free_buffer()
1976 jh->b_next_transaction = journal->j_running_transaction; in journal_unmap_buffer()
2187 if (jh->b_next_transaction == NULL) { in __journal_refile_buffer()
2204 jh->b_transaction = jh->b_next_transaction; in __journal_refile_buffer()
2205 jh->b_next_transaction = NULL; in __journal_refile_buffer()