Home
last modified time | relevance | path

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

/linux-4.4.14/fs/jbd2/
Dcheckpoint.c238 if (transaction->t_chp_stats.cs_chp_time == 0) in jbd2_log_do_checkpoint()
239 transaction->t_chp_stats.cs_chp_time = jiffies; in jbd2_log_do_checkpoint()
269 transaction->t_chp_stats.cs_forced_to_close++; in jbd2_log_do_checkpoint()
308 transaction->t_chp_stats.cs_written++; in jbd2_log_do_checkpoint()
589 stats = &transaction->t_chp_stats; in __jbd2_journal_remove_checkpoint()
Dcommit.c977 cp_transaction->t_chp_stats.cs_dropped++; in jbd2_journal_commit_transaction()
/linux-4.4.14/include/linux/
Djbd2.h646 struct transaction_chp_stats_s t_chp_stats; member