Home
last modified time | relevance | path

Searched refs:dst_loff (Results 1 – 3 of 3) sorted by relevance

/fs/btrfs/
Dioctl.c3022 struct inode *dst, u64 dst_loff, in btrfs_cmp_data_prepare() argument
3050 ret = gather_extent_pages(dst, cmp->dst_pages, cmp->num_pages, dst_loff); in btrfs_cmp_data_prepare()
3059 u64 dst_loff, u64 len, struct cmp_pages *cmp) in btrfs_cmp_data() argument
3122 struct inode *dst, u64 dst_loff) in btrfs_extent_same() argument
3143 ret = extent_same_check_offsets(src, dst_loff, &len, olen); in btrfs_extent_same()
3167 if (dst_loff + len > loff && dst_loff < loff + len) { in btrfs_extent_same()
3172 same_lock_start = min_t(u64, loff, dst_loff); in btrfs_extent_same()
3173 same_lock_len = max_t(u64, loff, dst_loff) + len - same_lock_start; in btrfs_extent_same()
3181 ret = extent_same_check_offsets(dst, dst_loff, &len, olen); in btrfs_extent_same()
3194 ret = btrfs_cmp_data_prepare(src, loff, dst, dst_loff, olen, &cmp); in btrfs_extent_same()
[all …]
Dctree.h3208 struct file *dst_file, u64 dst_loff);
/fs/xfs/
Dxfs_file.c963 u64 dst_loff) in xfs_file_dedupe_range() argument
967 error = xfs_reflink_remap_range(src_file, loff, dst_file, dst_loff, in xfs_file_dedupe_range()