t_checkpoint_io_list   53 fs/jbd2/checkpoint.c 	if (transaction->t_checkpoint_io_list == jh) {
t_checkpoint_io_list   54 fs/jbd2/checkpoint.c 		transaction->t_checkpoint_io_list = jh->b_cpnext;
t_checkpoint_io_list   55 fs/jbd2/checkpoint.c 		if (transaction->t_checkpoint_io_list == jh)
t_checkpoint_io_list   56 fs/jbd2/checkpoint.c 			transaction->t_checkpoint_io_list = NULL;
t_checkpoint_io_list   71 fs/jbd2/checkpoint.c 	if (!transaction->t_checkpoint_io_list) {
t_checkpoint_io_list   74 fs/jbd2/checkpoint.c 		jh->b_cpnext = transaction->t_checkpoint_io_list;
t_checkpoint_io_list   75 fs/jbd2/checkpoint.c 		jh->b_cpprev = transaction->t_checkpoint_io_list->b_cpprev;
t_checkpoint_io_list   79 fs/jbd2/checkpoint.c 	transaction->t_checkpoint_io_list = jh;
t_checkpoint_io_list  344 fs/jbd2/checkpoint.c 	while (transaction->t_checkpoint_io_list) {
t_checkpoint_io_list  345 fs/jbd2/checkpoint.c 		jh = transaction->t_checkpoint_io_list;
t_checkpoint_io_list  507 fs/jbd2/checkpoint.c 				t_checkpoint_io_list, destroy);
t_checkpoint_io_list  581 fs/jbd2/checkpoint.c 	    transaction->t_checkpoint_io_list != NULL)
t_checkpoint_io_list  670 fs/jbd2/checkpoint.c 	J_ASSERT(transaction->t_checkpoint_io_list == NULL);
t_checkpoint_io_list 1128 fs/jbd2/commit.c 	    commit_transaction->t_checkpoint_io_list == NULL) {
t_checkpoint_io_list  637 include/linux/jbd2.h 	struct journal_head	*t_checkpoint_io_list;