cs_chp_time       234 fs/jbd2/checkpoint.c 	if (transaction->t_chp_stats.cs_chp_time == 0)
cs_chp_time       235 fs/jbd2/checkpoint.c 		transaction->t_chp_stats.cs_chp_time = jiffies;
cs_chp_time       599 fs/jbd2/checkpoint.c 	if (stats->cs_chp_time)
cs_chp_time       600 fs/jbd2/checkpoint.c 		stats->cs_chp_time = jbd2_time_diff(stats->cs_chp_time,
cs_chp_time       530 include/linux/jbd2.h 	unsigned long		cs_chp_time;
cs_chp_time       300 include/trace/events/jbd2.h 		__entry->chp_time	= stats->cs_chp_time;