Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dioctl.c39 unsigned long srcfd, u64 off, u64 len, u64 destoff) in cifs_ioctl_clone() argument
115 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_ioctl_clone()
116 PAGE_CACHE_ALIGN(destoff + len)-1); in cifs_ioctl_clone()
120 smb_file_src, smb_file_target, off, len, destoff); in cifs_ioctl_clone()
/linux-4.1.27/fs/btrfs/
Dioctl.c90 u64 off, u64 olen, u64 olen_aligned, u64 destoff);
3088 const u64 destoff, in clone_finish_inode_update() argument
3100 if (endoff > destoff + olen) in clone_finish_inode_update()
3101 endoff = destoff + olen; in clone_finish_inode_update()
3330 const u64 destoff) in btrfs_clone() argument
3344 u64 last_dest_end = destoff; in btrfs_clone()
3458 new_key.offset = key.offset + destoff - off; in btrfs_clone()
3460 new_key.offset = destoff; in btrfs_clone()
3633 destoff, olen); in btrfs_clone()
3636 if (new_key.offset + datal >= destoff + len) in btrfs_clone()
[all …]