Searched refs:b_cpprev (Results 1 – 3 of 3) 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()75 jh->b_cpnext = jh->b_cpprev = jh; in __buffer_relink_io()78 jh->b_cpprev = transaction->t_checkpoint_io_list->b_cpprev; 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()435 last_jh = jh->b_cpprev; in journal_clean_one_cp_list()625 jh->b_cpnext = jh->b_cpprev = jh; in __jbd2_journal_insert_checkpoint()628 jh->b_cpprev = transaction->t_checkpoint_list->b_cpprev; in __jbd2_journal_insert_checkpoint()629 jh->b_cpprev->b_cpnext = jh; in __jbd2_journal_insert_checkpoint()[all …]
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()75 jh->b_cpnext = jh->b_cpprev = jh; in __buffer_relink_io()78 jh->b_cpprev = transaction->t_checkpoint_io_list->b_cpprev; 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()567 last_jh = jh->b_cpprev; in journal_clean_one_cp_list()733 jh->b_cpnext = jh->b_cpprev = jh; in __journal_insert_checkpoint()736 jh->b_cpprev = transaction->t_checkpoint_list->b_cpprev; in __journal_insert_checkpoint()737 jh->b_cpprev->b_cpnext = jh; in __journal_insert_checkpoint()[all …]
97 struct journal_head *b_cpnext, *b_cpprev; member