Lines Matching refs:b_next_transaction

831 			if (jh->b_next_transaction)  in do_get_write_access()
832 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
860 jh->b_next_transaction == transaction) in do_get_write_access()
875 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
876 jh->b_next_transaction = transaction; in do_get_write_access()
884 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
942 jh->b_next_transaction = transaction; in do_get_write_access()
953 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
1071 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in jbd2_journal_get_create_access()
1096 jh->b_next_transaction = transaction; in jbd2_journal_get_create_access()
1330 (jh->b_next_transaction != transaction))) { in jbd2_journal_dirty_metadata()
1342 jh->b_next_transaction, in jbd2_journal_dirty_metadata()
1343 jh->b_next_transaction ? in jbd2_journal_dirty_metadata()
1344 jh->b_next_transaction->t_tid : 0, in jbd2_journal_dirty_metadata()
1477 if (jh->b_next_transaction) { in jbd2_journal_forget()
1478 J_ASSERT(jh->b_next_transaction == transaction); in jbd2_journal_forget()
1480 jh->b_next_transaction = NULL; in jbd2_journal_forget()
1827 if (jh->b_next_transaction != NULL || jh->b_transaction != NULL) in __journal_try_to_free_buffer()
2115 jh->b_next_transaction = journal->j_running_transaction; in journal_unmap_buffer()
2324 if (jh->b_next_transaction == NULL) { in __jbd2_journal_refile_buffer()
2341 jh->b_transaction = jh->b_next_transaction; in __jbd2_journal_refile_buffer()
2342 jh->b_next_transaction = NULL; in __jbd2_journal_refile_buffer()