Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dioctl.c3541 u64 last_dest_end = destoff; in btrfs_clone() local
3665 if (new_key.offset != last_dest_end) in btrfs_clone()
3666 drop_start = last_dest_end; in btrfs_clone()
3803 last_dest_end = ALIGN(new_key.offset + datal, in btrfs_clone()
3806 last_dest_end, in btrfs_clone()
3819 if (last_dest_end < destoff + len) { in btrfs_clone()
3836 last_dest_end, destoff + len, 1); in btrfs_clone()
3843 clone_update_extent_map(inode, trans, NULL, last_dest_end, in btrfs_clone()
3844 destoff + len - last_dest_end); in btrfs_clone()