Home
last modified time | relevance | path

Searched refs:ex_end (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dextents-test.c406 int contains_ex, ex_end, es_end, es_pblk; in test_split_convert() local
426 ex_end = exp_ext.ex_lblk + exp_ext.ex_len; in test_split_convert()
429 es_end >= ex_end; in test_split_convert()
H A Dextents.c2873 ext4_lblk_t ee_block, ex_end, lblk; in ext4_ext_remove_space() local
2896 ex_end = ee_block + ext4_ext_get_actual_len(ex) - 1; in ext4_ext_remove_space()
2904 if (end >= ee_block && end < ex_end) { in ext4_ext_remove_space()
2929 } else if (sbi->s_cluster_ratio > 1 && end >= ex_end && in ext4_ext_remove_space()
2941 lblk = ex_end + 1; in ext4_ext_remove_space()
3331 loff_t ex_end = (loff_t) ee_block + ee_len; in ext4_split_extent_zeroout() local
3349 if (map_end < ex_end) { in ext4_split_extent_zeroout()
3351 len = ex_end - map_end; in ext4_split_extent_zeroout()
5380 ext4_lblk_t stop, *iterator, ex_start, ex_end; in ext4_ext_shift_extents() local
5410 ex_end = le32_to_cpu(extent->ee_block) + in ext4_ext_shift_extents()
[all …]