Lines Matching refs:drop_end
694 u64 *drop_end, int drop_cache, in __btrfs_drop_extents() argument
1012 if (drop_end) in __btrfs_drop_extents()
1013 *drop_end = found ? min(end, extent_end) : end; in __btrfs_drop_extents()
2294 u64 drop_end; in btrfs_punch_hole() local
2465 &drop_end, 1, 0, 0, NULL); in btrfs_punch_hole()
2473 drop_end); in btrfs_punch_hole()
2480 cur_offset = drop_end; in btrfs_punch_hole()
2529 if (drop_end <= lockend) in btrfs_punch_hole()
2530 drop_end = lockend + 1; in btrfs_punch_hole()
2536 if (cur_offset < ino_size && cur_offset < drop_end) { in btrfs_punch_hole()
2537 ret = fill_holes(trans, inode, path, cur_offset, drop_end); in btrfs_punch_hole()