Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dioctl.c3344 u64 last_dest_end = destoff; in btrfs_clone() local
3469 if (new_key.offset != last_dest_end) in btrfs_clone()
3470 drop_start = last_dest_end; in btrfs_clone()
3629 last_dest_end = ALIGN(new_key.offset + datal, in btrfs_clone()
3632 last_dest_end, in btrfs_clone()
3644 if (last_dest_end < destoff + len) { in btrfs_clone()
3661 last_dest_end, destoff + len, 1); in btrfs_clone()
3668 clone_update_extent_map(inode, trans, NULL, last_dest_end, in btrfs_clone()
3669 destoff + len - last_dest_end); in btrfs_clone()