Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd2/
Dcheckpoint.c56 if (transaction->t_checkpoint_io_list == jh) { in __buffer_unlink()
57 transaction->t_checkpoint_io_list = jh->b_cpnext; in __buffer_unlink()
58 if (transaction->t_checkpoint_io_list == jh) in __buffer_unlink()
59 transaction->t_checkpoint_io_list = NULL; in __buffer_unlink()
74 if (!transaction->t_checkpoint_io_list) { in __buffer_relink_io()
77 jh->b_cpnext = transaction->t_checkpoint_io_list; in __buffer_relink_io()
78 jh->b_cpprev = transaction->t_checkpoint_io_list->b_cpprev; in __buffer_relink_io()
82 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()
[all …]
Dcommit.c1140 commit_transaction->t_checkpoint_io_list == NULL) { in jbd2_journal_commit_transaction()
/linux-4.1.27/fs/jbd/
Dcheckpoint.c56 if (transaction->t_checkpoint_io_list == jh) { in __buffer_unlink()
57 transaction->t_checkpoint_io_list = jh->b_cpnext; in __buffer_unlink()
58 if (transaction->t_checkpoint_io_list == jh) in __buffer_unlink()
59 transaction->t_checkpoint_io_list = NULL; in __buffer_unlink()
74 if (!transaction->t_checkpoint_io_list) { in __buffer_relink_io()
77 jh->b_cpnext = transaction->t_checkpoint_io_list; in __buffer_relink_io()
78 jh->b_cpprev = transaction->t_checkpoint_io_list->b_cpprev; in __buffer_relink_io()
82 transaction->t_checkpoint_io_list = jh; in __buffer_relink_io()
221 while (!released && transaction->t_checkpoint_io_list) { in __wait_cp_io()
222 jh = transaction->t_checkpoint_io_list; in __wait_cp_io()
[all …]
Dcommit.c996 commit_transaction->t_checkpoint_io_list == NULL) { in journal_commit_transaction()
/linux-4.1.27/include/linux/
Djbd.h444 struct journal_head *t_checkpoint_io_list; member
Djbd2.h566 struct journal_head *t_checkpoint_io_list; member