Searched refs:destoff (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_reflink.c | 1001 xfs_fileoff_t destoff, in xfs_reflink_remap_extent() argument 1014 unmap_len = irec->br_startoff + irec->br_blockcount - destoff; in xfs_reflink_remap_extent() 1015 trace_xfs_reflink_punch_range(ip, destoff, unmap_len); in xfs_reflink_remap_extent() 1049 error = __xfs_bunmapi(tp, ip, destoff, &rlen, 0, 1); in xfs_reflink_remap_extent() 1123 xfs_fileoff_t destoff, in xfs_reflink_remap_blocks() argument 1137 dest, destoff); in xfs_reflink_remap_blocks() 1153 imap.br_startoff += destoff - srcoff; in xfs_reflink_remap_blocks() 1156 error = xfs_reflink_remap_extent(dest, &imap, destoff, in xfs_reflink_remap_blocks() 1168 destoff += range_len; in xfs_reflink_remap_blocks()
|
/Linux-v4.19/fs/cifs/ |
D | cifsfs.c | 979 struct file *dst_file, loff_t destoff, u64 len) in cifs_clone_file_range() argument 1011 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_clone_file_range() 1012 PAGE_ALIGN(destoff + len)-1); in cifs_clone_file_range() 1016 smb_file_src, smb_file_target, off, len, destoff); in cifs_clone_file_range() 1033 struct file *dst_file, loff_t destoff, in cifs_file_copychunk_range() argument 1081 smb_file_src, smb_file_target, off, len, destoff); in cifs_file_copychunk_range() 1111 struct file *dst_file, loff_t destoff, in cifs_copy_file_range() argument 1117 rc = cifs_file_copychunk_range(xid, src_file, off, dst_file, destoff, in cifs_copy_file_range()
|
D | cifsfs.h | 143 struct file *dst_file, loff_t destoff,
|
/Linux-v4.19/fs/btrfs/ |
D | ioctl.c | 87 u64 off, u64 olen, u64 olen_aligned, u64 destoff, 3653 const u64 destoff, in clone_finish_inode_update() argument 3667 if (endoff > destoff + olen) in clone_finish_inode_update() 3668 endoff = destoff + olen; in clone_finish_inode_update() 3895 const u64 destoff, int no_time_update) in btrfs_clone() argument 3908 u64 last_dest_end = destoff; in btrfs_clone() 4021 new_key.offset = key.offset + destoff - off; in btrfs_clone() 4023 new_key.offset = destoff; in btrfs_clone() 4172 destoff, olen, in btrfs_clone() 4176 if (new_key.offset + datal >= destoff + len) in btrfs_clone() [all …]
|
/Linux-v4.19/fs/ |
D | ioctl.c | 223 u64 off, u64 olen, u64 destoff) in ioctl_file_clone() argument 233 ret = vfs_clone_file_range(src_file.file, off, dst_file, destoff, olen); in ioctl_file_clone()
|
D | read_write.c | 1912 struct inode *dest, loff_t destoff, in vfs_dedupe_file_range_compare() argument 1929 dest_poff = destoff & (PAGE_SIZE - 1); in vfs_dedupe_file_range_compare() 1941 dest_page = vfs_dedupe_get_page(dest, destoff); in vfs_dedupe_file_range_compare() 1968 destoff += cmp_len; in vfs_dedupe_file_range_compare()
|
/Linux-v4.19/include/linux/ |
D | fs.h | 1836 struct inode *dest, loff_t destoff,
|