Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dreflink.c633 struct btrfs_inode *dst, u64 dst_loff) in btrfs_extent_same_range() argument
635 const u64 end = dst_loff + len - 1; in btrfs_extent_same_range()
647 btrfs_lock_extent(&dst->io_tree, dst_loff, end, &cached_state); in btrfs_extent_same_range()
649 ALIGN(len, bs), dst_loff, 1); in btrfs_extent_same_range()
650 btrfs_unlock_extent(&dst->io_tree, dst_loff, end, &cached_state); in btrfs_extent_same_range()
658 struct inode *dst, u64 dst_loff) in btrfs_extent_same() argument
681 BTRFS_I(dst), dst_loff); in btrfs_extent_same()
686 dst_loff += BTRFS_MAX_DEDUPE_LEN; in btrfs_extent_same()
691 BTRFS_I(dst), dst_loff); in btrfs_extent_same()