Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dioctl.c38 unsigned long srcfd, u64 off, u64 len, u64 destoff, in cifs_ioctl_clone() argument
120 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_ioctl_clone()
121 PAGE_CACHE_ALIGN(destoff + len)-1); in cifs_ioctl_clone()
125 smb_file_src, smb_file_target, off, len, destoff); in cifs_ioctl_clone()
128 smb_file_src, smb_file_target, off, len, destoff); in cifs_ioctl_clone()
/linux-4.4.14/fs/btrfs/
Dioctl.c90 u64 off, u64 olen, u64 olen_aligned, u64 destoff,
3285 const u64 destoff, in clone_finish_inode_update() argument
3299 if (endoff > destoff + olen) in clone_finish_inode_update()
3300 endoff = destoff + olen; in clone_finish_inode_update()
3529 const u64 destoff, int no_time_update) in btrfs_clone() argument
3541 u64 last_dest_end = destoff; in btrfs_clone()
3654 new_key.offset = key.offset + destoff - off; in btrfs_clone()
3656 new_key.offset = destoff; in btrfs_clone()
3807 destoff, olen, in btrfs_clone()
3811 if (new_key.offset + datal >= destoff + len) in btrfs_clone()
[all …]