Searched refs:t_checkpoint_list (Results 1 – 2 of 2) sorted by relevance
36 if (transaction->t_checkpoint_list == jh) { in __buffer_unlink()37 transaction->t_checkpoint_list = jh->b_cpnext; in __buffer_unlink()38 if (transaction->t_checkpoint_list == jh) in __buffer_unlink()39 transaction->t_checkpoint_list = NULL; in __buffer_unlink()197 while (transaction->t_checkpoint_list) { in jbd2_log_do_checkpoint()198 jh = transaction->t_checkpoint_list; in jbd2_log_do_checkpoint()257 !transaction->t_checkpoint_list) in jbd2_log_do_checkpoint()281 transaction->t_checkpoint_list = jh->b_cpnext; in jbd2_log_do_checkpoint()286 jh2bh(transaction->t_checkpoint_list) == journal->j_chkpt_bhs[0]) in jbd2_log_do_checkpoint()463 nr_freed += journal_shrink_one_cp_list(transaction->t_checkpoint_list, in jbd2_journal_shrink_checkpoint_list()[all …]
634 struct journal_head *t_checkpoint_list; member