Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dioctl.c3969 u64 last_dest_end = destoff; in btrfs_clone() local
4093 if (new_key.offset != last_dest_end) in btrfs_clone()
4094 drop_start = last_dest_end; in btrfs_clone()
4229 last_dest_end = ALIGN(new_key.offset + datal, in btrfs_clone()
4232 last_dest_end, in btrfs_clone()
4252 if (last_dest_end < destoff + len) { in btrfs_clone()
4269 last_dest_end, destoff + len, 1); in btrfs_clone()
4277 last_dest_end, in btrfs_clone()
4278 destoff + len - last_dest_end); in btrfs_clone()