Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsysfs.c242 EXT4_RO_ATTR_ES_U64(first_error_block, s_first_error_block);
H A Dsuper.c497 es->s_first_error_block = es->s_last_error_block; in __save_error_info()
3417 if (es->s_first_error_block) in print_daily_error_info()
3419 le64_to_cpu(es->s_first_error_block)); in print_daily_error_info()
H A Dext4.h1385 __le64 s_first_error_block; /* block involved of first error */ member