Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dioctl.c3908 u64 last_dest_end = destoff; in btrfs_clone() local
4032 if (new_key.offset != last_dest_end) in btrfs_clone()
4033 drop_start = last_dest_end; in btrfs_clone()
4168 last_dest_end = ALIGN(new_key.offset + datal, in btrfs_clone()
4171 last_dest_end, in btrfs_clone()
4189 if (last_dest_end < destoff + len) { in btrfs_clone()
4206 last_dest_end, destoff + len, 1); in btrfs_clone()
4214 last_dest_end, in btrfs_clone()
4215 destoff + len - last_dest_end); in btrfs_clone()