Home
last modified time | relevance | path

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

/fs/btrfs/
Dfile.c694 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()
2351 u64 drop_end; in btrfs_punch_hole() local
2522 &drop_end, 1, 0, 0, NULL); in btrfs_punch_hole()
2530 drop_end); in btrfs_punch_hole()
2537 cur_offset = drop_end; in btrfs_punch_hole()
2586 if (drop_end <= lockend) in btrfs_punch_hole()
2587 drop_end = lockend + 1; in btrfs_punch_hole()
2593 if (cur_offset < ino_size && cur_offset < drop_end) { in btrfs_punch_hole()
[all …]
Dctree.h3224 u64 *drop_end, int drop_cache,