Lines Matching refs:b_cpnext
34 jh->b_cpnext->b_cpprev = jh->b_cpprev; in __buffer_unlink_first()
35 jh->b_cpprev->b_cpnext = jh->b_cpnext; in __buffer_unlink_first()
37 transaction->t_checkpoint_list = jh->b_cpnext; in __buffer_unlink_first()
54 transaction->t_checkpoint_io_list = jh->b_cpnext; in __buffer_unlink()
72 jh->b_cpnext = jh->b_cpprev = jh; in __buffer_relink_io()
74 jh->b_cpnext = transaction->t_checkpoint_io_list; in __buffer_relink_io()
76 jh->b_cpprev->b_cpnext = jh; in __buffer_relink_io()
77 jh->b_cpnext->b_cpprev = jh; in __buffer_relink_io()
431 next_jh = jh->b_cpnext; in journal_clean_one_cp_list()
476 next_jh = jh->b_cpnext; in journal_shrink_one_cp_list()
759 jh->b_cpnext = jh->b_cpprev = jh; in __jbd2_journal_insert_checkpoint()
761 jh->b_cpnext = transaction->t_checkpoint_list; in __jbd2_journal_insert_checkpoint()
763 jh->b_cpprev->b_cpnext = jh; in __jbd2_journal_insert_checkpoint()
764 jh->b_cpnext->b_cpprev = jh; in __jbd2_journal_insert_checkpoint()