Searched refs:drop_end (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/fs/btrfs/ |
D | file.c | 741 u64 *drop_end, int drop_cache, in __btrfs_drop_extents() argument 1068 if (drop_end) in __btrfs_drop_extents() 1069 *drop_end = found ? min(end, last_end) : end; in __btrfs_drop_extents() 2412 u64 drop_end; in btrfs_punch_hole() local 2556 &drop_end, 1, 0, 0, NULL); in btrfs_punch_hole() 2562 if (cur_offset < drop_end && cur_offset < ino_size) { in btrfs_punch_hole() 2564 cur_offset, drop_end); in btrfs_punch_hole() 2578 cur_offset = drop_end; in btrfs_punch_hole() 2627 if (drop_end <= lockend) in btrfs_punch_hole() 2628 drop_end = lockend + 1; in btrfs_punch_hole() [all …]
|
D | ctree.h | 3239 u64 *drop_end, int drop_cache,
|