Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dfile.c750 u64 *drop_end, int drop_cache, in __btrfs_drop_extents() argument
1084 if (drop_end) in __btrfs_drop_extents()
1085 *drop_end = found ? min(end, last_end) : end; in __btrfs_drop_extents()
2530 u64 drop_end; in btrfs_punch_hole_range() local
2571 cur_offset, end + 1, &drop_end, in btrfs_punch_hole_range()
2588 if (!clone_info && cur_offset < drop_end && in btrfs_punch_hole_range()
2591 cur_offset, drop_end); in btrfs_punch_hole_range()
2605 u64 clone_len = drop_end - cur_offset; in btrfs_punch_hole_range()
2618 cur_offset = drop_end; in btrfs_punch_hole_range()
2677 if (drop_end <= end) in btrfs_punch_hole_range()
[all …]
Dctree.h2935 u64 *drop_end, int drop_cache,