Searched refs:actual_end (Results 1 – 2 of 2) sorted by relevance
2941 u64 actual_end = 0; in btrfs_fallocate() local3034 actual_end = min_t(u64, extent_map_end(em), offset + len); in btrfs_fallocate()3107 ret = btrfs_fallocate_update_isize(inode, actual_end, mode); in btrfs_fallocate()
879 u64 actual_end; in compress_file_range() local920 actual_end = min_t(u64, i_size, end + 1); in compress_file_range()936 if (actual_end <= start) in compress_file_range()939 total_compressed = actual_end - start; in compress_file_range()1000 if (total_in < actual_end) in compress_file_range()