Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dsysfs.c241 EXT4_RO_ATTR_ES_U64(last_error_block, s_last_error_block);
Dsuper.c441 es->s_last_error_block = cpu_to_le64(block); in __save_error_info()
503 es->s_first_error_block = es->s_last_error_block; in __save_error_info()
3415 if (es->s_last_error_block) in print_daily_error_info()
3417 le64_to_cpu(es->s_last_error_block)); in print_daily_error_info()
Dext4.h1391 __le64 s_last_error_block; /* block involved of last error */ member