Home
last modified time | relevance | path

Searched refs:t_chp_stats (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jbd2/
H A Dcheckpoint.c183 if (transaction->t_chp_stats.cs_chp_time == 0) in jbd2_log_do_checkpoint()
184 transaction->t_chp_stats.cs_chp_time = jiffies; in jbd2_log_do_checkpoint()
205 transaction->t_chp_stats.cs_forced_to_close++; in jbd2_log_do_checkpoint()
280 transaction->t_chp_stats.cs_written++; in jbd2_log_do_checkpoint()
621 stats = &transaction->t_chp_stats; in __jbd2_journal_remove_checkpoint()
/linux/include/linux/
H A Djbd2.h671 struct transaction_chp_stats_s t_chp_stats; member