Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dsysfs.c304 return print_tstamp(buf, sbi->s_es, s_first_error_time); in ext4_attr_show()
Dsuper.c369 if (!es->s_first_error_time) { in __save_error_info()
370 es->s_first_error_time = es->s_last_error_time; in __save_error_info()
2990 if (es->s_first_error_time) { in print_daily_error_info()
2993 ext4_get_tstamp(es, s_first_error_time), in print_daily_error_info()
Dext4.h1304 __le32 s_first_error_time; /* first time an error happened */ member