Searched refs:b_cpnext (Results 1 – 2 of 2) sorted by relevance
37 jh->b_cpnext->b_cpprev = jh->b_cpprev; in __buffer_unlink_first()38 jh->b_cpprev->b_cpnext = jh->b_cpnext; in __buffer_unlink_first()40 transaction->t_checkpoint_list = jh->b_cpnext; in __buffer_unlink_first()57 transaction->t_checkpoint_io_list = jh->b_cpnext; in __buffer_unlink()75 jh->b_cpnext = jh->b_cpprev = jh; in __buffer_relink_io()77 jh->b_cpnext = transaction->t_checkpoint_io_list; in __buffer_relink_io()79 jh->b_cpprev->b_cpnext = jh; in __buffer_relink_io()80 jh->b_cpnext->b_cpprev = jh; in __buffer_relink_io()437 next_jh = jh->b_cpnext; in journal_clean_one_cp_list()623 jh->b_cpnext = jh->b_cpprev = jh; in __jbd2_journal_insert_checkpoint()[all …]
97 struct journal_head *b_cpnext, *b_cpprev; member