Lines Matching refs:b_next_transaction
866 if (jh->b_next_transaction) in do_get_write_access()
867 J_ASSERT_JH(jh, jh->b_next_transaction == in do_get_write_access()
895 jh->b_next_transaction == transaction) in do_get_write_access()
911 J_ASSERT_JH(jh, !jh->b_next_transaction); in do_get_write_access()
930 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
935 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in do_get_write_access()
992 jh->b_next_transaction = transaction; in do_get_write_access()
1044 jh->b_next_transaction != handle->h_transaction) in jbd2_write_access_granted()
1140 J_ASSERT_JH(jh, jh->b_next_transaction == NULL); in jbd2_journal_get_create_access()
1165 jh->b_next_transaction = transaction; in jbd2_journal_get_create_access()
1353 jh->b_next_transaction != transaction) { in jbd2_journal_dirty_metadata()
1356 jh->b_next_transaction == transaction); in jbd2_journal_dirty_metadata()
1429 (jh->b_next_transaction != transaction))) { in jbd2_journal_dirty_metadata()
1441 jh->b_next_transaction, in jbd2_journal_dirty_metadata()
1442 jh->b_next_transaction ? in jbd2_journal_dirty_metadata()
1443 jh->b_next_transaction->t_tid : 0, in jbd2_journal_dirty_metadata()
1575 if (jh->b_next_transaction) { in jbd2_journal_forget()
1576 J_ASSERT(jh->b_next_transaction == transaction); in jbd2_journal_forget()
1578 jh->b_next_transaction = NULL; in jbd2_journal_forget()
1925 if (jh->b_next_transaction != NULL || jh->b_transaction != NULL) in __journal_try_to_free_buffer()
2215 jh->b_next_transaction = journal->j_running_transaction; in journal_unmap_buffer()
2424 if (jh->b_next_transaction == NULL) { in __jbd2_journal_refile_buffer()
2441 jh->b_transaction = jh->b_next_transaction; in __jbd2_journal_refile_buffer()
2442 jh->b_next_transaction = NULL; in __jbd2_journal_refile_buffer()