Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dsuper.c376 es->s_first_error_block = es->s_last_error_block; in __save_error_info()
3000 if (es->s_first_error_block) in print_daily_error_info()
3002 le64_to_cpu(es->s_first_error_block)); in print_daily_error_info()
Dext4.h1306 __le64 s_first_error_block; /* block involved of first error */ member