Lines Matching refs:b_next_transaction

1023 			if (jh->b_next_transaction)  in do_get_write_access()
1024 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
1052 jh->b_next_transaction == transaction) in do_get_write_access()
1068 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
1087 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1092 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1143 jh->b_next_transaction = transaction; in do_get_write_access()
1195 READ_ONCE(jh->b_next_transaction) != handle->h_transaction) in jbd2_write_access_granted()
1295 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in jbd2_journal_get_create_access()
1321 jh->b_next_transaction = transaction; in jbd2_journal_get_create_access()
1507 jh->b_next_transaction != transaction)) { in jbd2_journal_dirty_metadata()
1510 jh->b_next_transaction == transaction); in jbd2_journal_dirty_metadata()
1599 (jh->b_next_transaction != transaction))) { in jbd2_journal_dirty_metadata()
1611 jh->b_next_transaction, in jbd2_journal_dirty_metadata()
1612 jh->b_next_transaction ? in jbd2_journal_dirty_metadata()
1613 jh->b_next_transaction->t_tid : 0, in jbd2_journal_dirty_metadata()
1748 if (!jh->b_next_transaction) { in jbd2_journal_forget()
1750 jh->b_next_transaction = transaction; in jbd2_journal_forget()
1753 J_ASSERT(jh->b_next_transaction == transaction); in jbd2_journal_forget()
2074 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __jbd2_journal_unfile_buffer()
2110 if (jh->b_next_transaction != NULL || jh->b_transaction != NULL) in __journal_try_to_free_buffer()
2393 jh->b_next_transaction = journal->j_running_transaction; in journal_unmap_buffer()
2603 if (jh->b_next_transaction == NULL) { in __jbd2_journal_refile_buffer()
2627 WRITE_ONCE(jh->b_transaction, jh->b_next_transaction); in __jbd2_journal_refile_buffer()
2628 WRITE_ONCE(jh->b_next_transaction, NULL); in __jbd2_journal_refile_buffer()