Lines Matching refs:b_cpprev
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()
72 jh->b_cpnext = jh->b_cpprev = jh; in __buffer_relink_io()
75 jh->b_cpprev = transaction->t_checkpoint_io_list->b_cpprev; 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()
445 last_jh = jh->b_cpprev; in journal_clean_one_cp_list()
634 jh->b_cpnext = jh->b_cpprev = jh; in __jbd2_journal_insert_checkpoint()
637 jh->b_cpprev = transaction->t_checkpoint_list->b_cpprev; in __jbd2_journal_insert_checkpoint()
638 jh->b_cpprev->b_cpnext = jh; in __jbd2_journal_insert_checkpoint()
639 jh->b_cpnext->b_cpprev = jh; in __jbd2_journal_insert_checkpoint()