Home
last modified time | relevance | path

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

/fs/ext4/
Dsysfs.c189 EXT4_RO_ATTR_ES_UI(last_error_time, s_last_error_time);
Dsuper.c292 es->s_last_error_time = cpu_to_le32(get_seconds()); in __save_error_info()
296 es->s_first_error_time = es->s_last_error_time; in __save_error_info()
2673 if (es->s_last_error_time) { in print_daily_error_info()
2675 sb->s_id, le32_to_cpu(es->s_last_error_time), in print_daily_error_info()
Dext4.h1248 __le32 s_last_error_time; /* most recent time of an error */ member