Searched refs:drop_end (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | file.c | 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() 2271 u64 drop_end; in btrfs_punch_hole() local 2442 &drop_end, 1, 0, 0, NULL); in btrfs_punch_hole() 2450 drop_end); in btrfs_punch_hole() 2457 cur_offset = drop_end; in btrfs_punch_hole() 2500 if (cur_offset < ino_size && cur_offset < drop_end) { in btrfs_punch_hole() 2501 ret = fill_holes(trans, inode, path, cur_offset, drop_end); in btrfs_punch_hole()
|
D | ctree.h | 3986 u64 *drop_end, int drop_cache,
|