Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dblock_validity.c206 sbi->s_es->s_last_error_block = cpu_to_le64(start_blk); in ext4_data_block_valid()
216 sbi->s_es->s_last_error_block = cpu_to_le64(start_blk); in ext4_data_block_valid()
235 es->s_last_error_block = cpu_to_le64(blk); in ext4_check_blockref()
Dext4_jbd2.c305 es->s_last_error_block = in __ext4_handle_dirty_metadata()
Dsuper.c353 es->s_first_error_block = es->s_last_error_block; in __save_error_info()
498 es->s_last_error_block = cpu_to_le64(block); in __ext4_error_inode()
747 es->s_last_error_block = cpu_to_le64(block); in __ext4_grp_locked_error()
2923 if (es->s_last_error_block) in print_daily_error_info()
2925 le64_to_cpu(es->s_last_error_block)); in print_daily_error_info()
Dext4.h1299 __le64 s_last_error_block; /* block involved of last error */ member
Dextents.c418 es->s_last_error_block = cpu_to_le64(pblock); in ext4_valid_extent_entries()