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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Djournal-head.h91 struct journal_head *b_cpnext, *b_cpprev; member in struct:journal_head
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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;
546 next_jh = jh->b_cpnext;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Dcheckpoint.c37 jh->b_cpnext->b_cpprev = jh->b_cpprev;
38 jh->b_cpprev->b_cpnext = jh->b_cpnext;
40 transaction->t_checkpoint_list = jh->b_cpnext;
57 transaction->t_checkpoint_io_list = jh->b_cpnext;
75 jh->b_cpnext = jh->b_cpprev = jh;
77 jh->b_cpnext = transaction->t_checkpoint_io_list;
79 jh->b_cpprev->b_cpnext = jh;
80 jh->b_cpnext->b_cpprev = jh;
568 next_jh = jh->b_cpnext;
[all...]

Completed in 57 milliseconds