Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dsysfs.c425 return print_tstamp(buf, sbi->s_es, s_first_error_time); in ext4_attr_show()
Dsuper.c496 if (!es->s_first_error_time) { in __save_error_info()
497 es->s_first_error_time = es->s_last_error_time; in __save_error_info()
3390 if (es->s_first_error_time) { in print_daily_error_info()
3393 ext4_get_tstamp(es, s_first_error_time), in print_daily_error_info()
Dext4.h1383 __le32 s_first_error_time; /* first time an error happened */ member