Home
last modified time | relevance | path

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

/linux-4.1.27/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.c309 es->s_first_error_block = es->s_last_error_block; in __save_error_info()
440 es->s_last_error_block = cpu_to_le64(block); in __ext4_error_inode()
648 es->s_last_error_block = cpu_to_le64(block); in __ext4_grp_locked_error()
2895 if (es->s_last_error_block) in print_daily_error_info()
2897 le64_to_cpu(es->s_last_error_block)); in print_daily_error_info()
Dext4.h1208 __le64 s_last_error_block; /* block involved of last error */ member
Dextents.c420 es->s_last_error_block = cpu_to_le64(pblock); in ext4_valid_extent_entries()