Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dblock_validity.c205 sbi->s_es->s_last_error_block = cpu_to_le64(start_blk); in ext4_data_block_valid()
215 sbi->s_es->s_last_error_block = cpu_to_le64(start_blk); in ext4_data_block_valid()
234 es->s_last_error_block = cpu_to_le64(blk); in ext4_check_blockref()
Dext4_jbd2.c300 es->s_last_error_block = in __ext4_handle_dirty_metadata()
Dsuper.c301 es->s_first_error_block = es->s_last_error_block; in __save_error_info()
432 es->s_last_error_block = cpu_to_le64(block); in __ext4_error_inode()
667 es->s_last_error_block = cpu_to_le64(block); in __ext4_grp_locked_error()
2574 if (es->s_last_error_block) in print_daily_error_info()
2576 le64_to_cpu(es->s_last_error_block)); in print_daily_error_info()
Dext4.h1247 __le64 s_last_error_block; /* block involved of last error */ member
Dextents.c421 es->s_last_error_block = cpu_to_le64(pblock); in ext4_valid_extent_entries()