Lines Matching refs:b_next_transaction

1014 			if (jh->b_next_transaction)  in do_get_write_access()
1015 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
1043 jh->b_next_transaction == transaction) in do_get_write_access()
1059 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
1078 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1083 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
1134 jh->b_next_transaction = transaction; in do_get_write_access()
1186 READ_ONCE(jh->b_next_transaction) != handle->h_transaction) in jbd2_write_access_granted()
1286 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in jbd2_journal_get_create_access()
1312 jh->b_next_transaction = transaction; in jbd2_journal_get_create_access()
1500 jh->b_next_transaction != transaction)) { in jbd2_journal_dirty_metadata()
1503 jh->b_next_transaction == transaction); in jbd2_journal_dirty_metadata()
1580 (jh->b_next_transaction != transaction))) { in jbd2_journal_dirty_metadata()
1592 jh->b_next_transaction, in jbd2_journal_dirty_metadata()
1593 jh->b_next_transaction ? in jbd2_journal_dirty_metadata()
1594 jh->b_next_transaction->t_tid : 0, in jbd2_journal_dirty_metadata()
1729 if (!jh->b_next_transaction) { in jbd2_journal_forget()
1731 jh->b_next_transaction = transaction; in jbd2_journal_forget()
1734 J_ASSERT(jh->b_next_transaction == transaction); in jbd2_journal_forget()
2055 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in __jbd2_journal_unfile_buffer()
2091 if (jh->b_next_transaction != NULL || jh->b_transaction != NULL) in __journal_try_to_free_buffer()
2374 jh->b_next_transaction = journal->j_running_transaction; in journal_unmap_buffer()
2585 if (jh->b_next_transaction == NULL) { in __jbd2_journal_refile_buffer()
2609 WRITE_ONCE(jh->b_transaction, jh->b_next_transaction); in __jbd2_journal_refile_buffer()
2610 WRITE_ONCE(jh->b_next_transaction, NULL); in __jbd2_journal_refile_buffer()