Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dsuper.c300 es->s_last_error_time = cpu_to_le32(get_seconds()); in __save_error_info()
304 es->s_first_error_time = es->s_last_error_time; in __save_error_info()
2679 EXT4_RO_ATTR_ES_UI(last_error_time, s_last_error_time);
2886 if (es->s_last_error_time) { in print_daily_error_info()
2888 sb->s_id, le32_to_cpu(es->s_last_error_time), in print_daily_error_info()
Dext4.h1205 __le32 s_last_error_time; /* most recent time of an error */ member