Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jbd/
Dcheckpoint.c42 jh->b_cpnext->b_cpprev = jh->b_cpprev; in __buffer_unlink()
43 jh->b_cpprev->b_cpnext = jh->b_cpnext; in __buffer_unlink()
45 transaction->t_checkpoint_list = jh->b_cpnext; in __buffer_unlink()
159 next_jh = jh->b_cpnext; in __cleanup_transaction()
235 if (jh->b_cpnext == jh) { in __flush_buffer()
314 next_jh = jh->b_cpnext; in log_do_checkpoint()
452 next_jh = jh->b_cpnext; in __journal_clean_checkpoint_list()
546 jh->b_cpnext = jh->b_cpprev = jh; in __journal_insert_checkpoint()
548 jh->b_cpnext = transaction->t_checkpoint_list; in __journal_insert_checkpoint()
550 jh->b_cpprev->b_cpnext = jh; in __journal_insert_checkpoint()
[all …]
/linux-2.4.37.9/include/linux/
Djournal-head.h67 struct journal_head *b_cpnext, *b_cpprev; member