Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ext4/
Dsysfs.c434 return print_tstamp(buf, sbi->s_es, s_first_error_time); in ext4_attr_show()
Dsuper.c605 if (!sbi->s_first_error_time) { in save_error_info()
611 sbi->s_first_error_time = sbi->s_last_error_time; in save_error_info()
3226 if (es->s_first_error_time) { in print_daily_error_info()
3229 ext4_get_tstamp(es, s_first_error_time), in print_daily_error_info()
5422 if (!es->s_first_error_time && !es->s_first_error_time_hi) { in ext4_update_super()
5423 __ext4_update_tstamp(&es->s_first_error_time, in ext4_update_super()
5425 sbi->s_first_error_time); in ext4_update_super()
Dext4.h1398 __le32 s_first_error_time; /* first time an error happened */ member
1714 time64_t s_first_error_time; member