Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jbd2/
Dcheckpoint.c227 if (transaction->t_chp_stats.cs_chp_time == 0) in jbd2_log_do_checkpoint()
228 transaction->t_chp_stats.cs_chp_time = jiffies; in jbd2_log_do_checkpoint()
728 if (stats->cs_chp_time) in __jbd2_journal_remove_checkpoint()
729 stats->cs_chp_time = jbd2_time_diff(stats->cs_chp_time, in __jbd2_journal_remove_checkpoint()
/linux-5.19.10/include/trace/events/
Djbd2.h314 __entry->chp_time = stats->cs_chp_time;
/linux-5.19.10/include/linux/
Djbd2.h521 unsigned long cs_chp_time; member