Lines Matching refs:b_next_transaction

992 			if (jh->b_next_transaction)  in do_get_write_access()
993 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
1021 jh->b_next_transaction == transaction) in do_get_write_access()
1037 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
1056 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1061 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1112 jh->b_next_transaction = transaction; in do_get_write_access()
1164 READ_ONCE(jh->b_next_transaction) != handle->h_transaction) in jbd2_write_access_granted()
1264 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in jbd2_journal_get_create_access()
1290 jh->b_next_transaction = transaction; in jbd2_journal_get_create_access()
1478 jh->b_next_transaction != transaction) { in jbd2_journal_dirty_metadata()
1481 jh->b_next_transaction == transaction); in jbd2_journal_dirty_metadata()
1558 (jh->b_next_transaction != transaction))) { in jbd2_journal_dirty_metadata()
1570 jh->b_next_transaction, in jbd2_journal_dirty_metadata()
1571 jh->b_next_transaction ? in jbd2_journal_dirty_metadata()
1572 jh->b_next_transaction->t_tid : 0, in jbd2_journal_dirty_metadata()
1707 if (!jh->b_next_transaction) { in jbd2_journal_forget()
1709 jh->b_next_transaction = transaction; in jbd2_journal_forget()
1712 J_ASSERT(jh->b_next_transaction == transaction); in jbd2_journal_forget()
2033 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __jbd2_journal_unfile_buffer()
2069 if (jh->b_next_transaction != NULL || jh->b_transaction != NULL) in __journal_try_to_free_buffer()
2369 jh->b_next_transaction = journal->j_running_transaction; in journal_unmap_buffer()
2580 if (jh->b_next_transaction == NULL) { in __jbd2_journal_refile_buffer()
2604 WRITE_ONCE(jh->b_transaction, jh->b_next_transaction); in __jbd2_journal_refile_buffer()
2605 WRITE_ONCE(jh->b_next_transaction, NULL); in __jbd2_journal_refile_buffer()