Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dfile.c2946 u64 actual_end = 0; in btrfs_fallocate() local
3039 actual_end = min_t(u64, extent_map_end(em), offset + len); in btrfs_fallocate()
3112 ret = btrfs_fallocate_update_isize(inode, actual_end, mode); in btrfs_fallocate()
H A Dinode.c870 u64 actual_end; in compress_file_range() local
912 actual_end = min_t(u64, i_size, end + 1); in compress_file_range()
928 if (actual_end <= start) in compress_file_range()
931 total_compressed = actual_end - start; in compress_file_range()
994 if (total_in < actual_end) in compress_file_range()