Home
last modified time | relevance | path

Searched refs:b_cpnext (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/jbd2/
H A Dcheckpoint.c34 jh->b_cpnext->b_cpprev = jh->b_cpprev; in __buffer_unlink()
35 jh->b_cpprev->b_cpnext = jh->b_cpnext; in __buffer_unlink()
37 transaction->t_checkpoint_list = jh->b_cpnext; in __buffer_unlink()
273 transaction->t_checkpoint_list = jh->b_cpnext; in jbd2_log_do_checkpoint()
374 next_jh = jh->b_cpnext; in journal_shrink_one_cp_list()
678 jh->b_cpnext = jh->b_cpprev = jh; in __jbd2_journal_insert_checkpoint()
680 jh->b_cpnext = transaction->t_checkpoint_list; in __jbd2_journal_insert_checkpoint()
682 jh->b_cpprev->b_cpnext = jh; in __jbd2_journal_insert_checkpoint()
683 jh->b_cpnext->b_cpprev = jh; in __jbd2_journal_insert_checkpoint()
/openbmc/linux/include/linux/
H A Djournal-head.h105 struct journal_head *b_cpnext, *b_cpprev; member