Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/jbd2/
A Dcheckpoint.c53 if (transaction->t_checkpoint_io_list == jh) { in __buffer_unlink()
54 transaction->t_checkpoint_io_list = jh->b_cpnext; in __buffer_unlink()
55 if (transaction->t_checkpoint_io_list == jh) in __buffer_unlink()
56 transaction->t_checkpoint_io_list = NULL; in __buffer_unlink()
71 if (!transaction->t_checkpoint_io_list) { in __buffer_relink_io()
74 jh->b_cpnext = transaction->t_checkpoint_io_list; in __buffer_relink_io()
79 transaction->t_checkpoint_io_list = jh; in __buffer_relink_io()
335 while (transaction->t_checkpoint_io_list) { in jbd2_log_do_checkpoint()
336 jh = transaction->t_checkpoint_io_list; in jbd2_log_do_checkpoint()
621 t_checkpoint_io_list, destroy); in __jbd2_journal_clean_checkpoint_list()
[all …]
A Dcommit.c1145 commit_transaction->t_checkpoint_io_list == NULL) { in jbd2_journal_commit_transaction()
/linux-6.3-rc2/include/linux/
A Djbd2.h629 struct journal_head *t_checkpoint_io_list; member

Completed in 10 milliseconds