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

/linux-master/include/linux/
H A Djournal-head.h105 struct journal_head *b_cpnext, *b_cpprev; member in struct:journal_head
/linux-master/fs/jbd2/
H A Dcheckpoint.c34 jh->b_cpnext->b_cpprev = jh->b_cpprev;
35 jh->b_cpprev->b_cpnext = jh->b_cpnext;
37 transaction->t_checkpoint_list = jh->b_cpnext;
267 transaction->t_checkpoint_list = jh->b_cpnext;
368 next_jh = jh->b_cpnext;
658 jh->b_cpnext = jh->b_cpprev = jh;
660 jh->b_cpnext = transaction->t_checkpoint_list;
662 jh->b_cpprev->b_cpnext = jh;
663 jh->b_cpnext
[all...]

Completed in 103 milliseconds