Home
last modified time | relevance | path

Searched refs:t_checkpoint_list (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/jbd2/
Dcheckpoint.c36 if (transaction->t_checkpoint_list == jh) { in __buffer_unlink_first()
37 transaction->t_checkpoint_list = jh->b_cpnext; in __buffer_unlink_first()
38 if (transaction->t_checkpoint_list == jh) in __buffer_unlink_first()
39 transaction->t_checkpoint_list = NULL; in __buffer_unlink_first()
241 while (transaction->t_checkpoint_list) { in jbd2_log_do_checkpoint()
242 jh = transaction->t_checkpoint_list; in jbd2_log_do_checkpoint()
544 nr_freed += journal_shrink_one_cp_list(transaction->t_checkpoint_list, in jbd2_journal_shrink_checkpoint_list()
604 ret = journal_clean_one_cp_list(transaction->t_checkpoint_list, in __jbd2_journal_clean_checkpoint_list()
708 if (transaction->t_checkpoint_list || transaction->t_checkpoint_io_list) in __jbd2_journal_remove_checkpoint()
758 if (!transaction->t_checkpoint_list) { in __jbd2_journal_insert_checkpoint()
[all …]
Dcommit.c961 J_ASSERT(commit_transaction->t_checkpoint_list == NULL); in jbd2_journal_commit_transaction()
1185 if (commit_transaction->t_checkpoint_list == NULL && in jbd2_journal_commit_transaction()
/Linux-v5.15/include/linux/
Djbd2.h627 struct journal_head *t_checkpoint_list; member