Searched refs:s_last_error_time (Results 1 – 3 of 3) sorted by relevance
189 EXT4_RO_ATTR_ES_UI(last_error_time, s_last_error_time);
292 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()
1248 __le32 s_last_error_time; /* most recent time of an error */ member