Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dsysfs.c439 return print_tstamp(buf, sbi->s_es, s_first_error_time); in ext4_attr_show()
H A Dsuper.c670 if (!sbi->s_first_error_time) { in save_error_info()
676 sbi->s_first_error_time = sbi->s_last_error_time; in save_error_info()
3671 if (es->s_first_error_time) { in print_daily_error_info()
3674 ext4_get_tstamp(es, s_first_error_time), in print_daily_error_info()
6132 if (!es->s_first_error_time && !es->s_first_error_time_hi) { in ext4_update_super()
6133 __ext4_update_tstamp(&es->s_first_error_time, in ext4_update_super()
6135 sbi->s_first_error_time); in ext4_update_super()
H A Dext4.h1384 __le32 s_first_error_time; /* first time an error happened */ member
1700 time64_t s_first_error_time; member
/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst362 - s_first_error_time
463 - Upper 8 bits of the s_first_error_time field.