Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ext4/
Dsysfs.c237 EXT4_RO_ATTR_ES_U64(first_error_block, s_first_error_block);
Dsuper.c609 sbi->s_first_error_block = block; in save_error_info()
3236 if (es->s_first_error_block) in print_daily_error_info()
3238 le64_to_cpu(es->s_first_error_block)); in print_daily_error_info()
5432 es->s_first_error_block = in ext4_update_super()
5433 cpu_to_le64(sbi->s_first_error_block); in ext4_update_super()
Dext4.h1400 __le64 s_first_error_block; /* block involved of first error */ member
1712 __u64 s_first_error_block; member