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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Djournal-head.h89 struct journal_head *b_cpnext, *b_cpprev; member in struct:journal_head
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dhfsplus_journal_head.h89 struct hfsplus_jbd_head *b_cpnext, *b_cpprev; member in struct:hfsplus_jbd_head
H A Dcheckpoint.c40 jh->b_cpnext->b_cpprev = jh->b_cpprev;
41 jh->b_cpprev->b_cpnext = jh->b_cpnext;
43 transaction->t_checkpoint_list = jh->b_cpnext;
181 next_jh = jh->b_cpnext;
258 if (jh->b_cpnext == jh) {
327 next_jh = jh->b_cpnext;
496 next_jh = jh->b_cpnext;
595 jh->b_cpnext = jh->b_cpprev = jh;
597 jh->b_cpnext
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd/
H A Dcheckpoint.c35 jh->b_cpnext->b_cpprev = jh->b_cpprev;
36 jh->b_cpprev->b_cpnext = jh->b_cpnext;
38 transaction->t_checkpoint_list = jh->b_cpnext;
55 transaction->t_checkpoint_io_list = jh->b_cpnext;
73 jh->b_cpnext = jh->b_cpprev = jh;
75 jh->b_cpnext = transaction->t_checkpoint_io_list;
77 jh->b_cpprev->b_cpnext = jh;
78 jh->b_cpnext->b_cpprev = jh;
486 next_jh = jh->b_cpnext;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd2/
H A Dcheckpoint.c35 jh->b_cpnext->b_cpprev = jh->b_cpprev;
36 jh->b_cpprev->b_cpnext = jh->b_cpnext;
38 transaction->t_checkpoint_list = jh->b_cpnext;
55 transaction->t_checkpoint_io_list = jh->b_cpnext;
73 jh->b_cpnext = jh->b_cpprev = jh;
75 jh->b_cpnext = transaction->t_checkpoint_io_list;
77 jh->b_cpprev->b_cpnext = jh;
78 jh->b_cpnext->b_cpprev = jh;
486 next_jh = jh->b_cpnext;
[all...]

Completed in 72 milliseconds