Lines Matching refs:t_checkpoint_io_list
56 if (transaction->t_checkpoint_io_list == jh) { in __buffer_unlink()
57 transaction->t_checkpoint_io_list = jh->b_cpnext; in __buffer_unlink()
58 if (transaction->t_checkpoint_io_list == jh) in __buffer_unlink()
59 transaction->t_checkpoint_io_list = NULL; in __buffer_unlink()
74 if (!transaction->t_checkpoint_io_list) { in __buffer_relink_io()
77 jh->b_cpnext = transaction->t_checkpoint_io_list; in __buffer_relink_io()
78 jh->b_cpprev = transaction->t_checkpoint_io_list->b_cpprev; in __buffer_relink_io()
82 transaction->t_checkpoint_io_list = jh; in __buffer_relink_io()
221 while (!released && transaction->t_checkpoint_io_list) { in __wait_cp_io()
222 jh = transaction->t_checkpoint_io_list; in __wait_cp_io()
637 t_checkpoint_io_list, &released); in __journal_clean_checkpoint_list()
685 transaction->t_checkpoint_io_list != NULL) in __journal_remove_checkpoint()
774 J_ASSERT(transaction->t_checkpoint_io_list == NULL); in __journal_drop_transaction()