Searched refs:ex_end (Results 1 – 2 of 2) sorted by relevance
404 int contains_ex, ex_end, es_end, es_pblk; in test_split_convert() local424 ex_end = exp_ext.ex_lblk + exp_ext.ex_len; in test_split_convert()427 es_end >= ex_end; in test_split_convert()
2858 ext4_lblk_t ee_block, ex_end, lblk; in ext4_ext_remove_space() local2881 ex_end = ee_block + ext4_ext_get_actual_len(ex) - 1; in ext4_ext_remove_space()2889 if (end >= ee_block && end < ex_end) { in ext4_ext_remove_space()2914 } else if (sbi->s_cluster_ratio > 1 && end >= ex_end && in ext4_ext_remove_space()2926 lblk = ex_end + 1; in ext4_ext_remove_space()3306 loff_t ex_end = (loff_t) ee_block + ee_len; in ext4_split_extent_zeroout() local3324 if (map_end < ex_end) { in ext4_split_extent_zeroout()3326 len = ex_end - map_end; in ext4_split_extent_zeroout()5351 ext4_lblk_t stop, *iterator, ex_start, ex_end; in ext4_ext_shift_extents() local5381 ex_end = le32_to_cpu(extent->ee_block) + in ext4_ext_shift_extents()[all …]