Home
last modified time | relevance | path

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

/linux-4.4.14/fs/jbd2/
Dcheckpoint.c39 if (transaction->t_checkpoint_list == jh) { in __buffer_unlink_first()
40 transaction->t_checkpoint_list = jh->b_cpnext; in __buffer_unlink_first()
41 if (transaction->t_checkpoint_list == jh) in __buffer_unlink_first()
42 transaction->t_checkpoint_list = NULL; in __buffer_unlink_first()
252 while (transaction->t_checkpoint_list) { in jbd2_log_do_checkpoint()
253 jh = transaction->t_checkpoint_list; in jbd2_log_do_checkpoint()
481 ret = journal_clean_one_cp_list(transaction->t_checkpoint_list, in __jbd2_journal_clean_checkpoint_list()
571 if (transaction->t_checkpoint_list != NULL || in __jbd2_journal_remove_checkpoint()
622 if (!transaction->t_checkpoint_list) { in __jbd2_journal_insert_checkpoint()
625 jh->b_cpnext = transaction->t_checkpoint_list; in __jbd2_journal_insert_checkpoint()
[all …]
Dcommit.c921 J_ASSERT(commit_transaction->t_checkpoint_list == NULL); in jbd2_journal_commit_transaction()
1133 if (commit_transaction->t_checkpoint_list == NULL && in jbd2_journal_commit_transaction()
/linux-4.4.14/include/linux/
Djbd2.h602 struct journal_head *t_checkpoint_list; member