Searched refs:destoff (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/fs/xfs/ |
D | xfs_reflink.c | 997 xfs_fileoff_t destoff, in xfs_reflink_remap_extent() argument 1010 unmap_len = irec->br_startoff + irec->br_blockcount - destoff; in xfs_reflink_remap_extent() 1011 trace_xfs_reflink_punch_range(ip, destoff, unmap_len); in xfs_reflink_remap_extent() 1045 error = __xfs_bunmapi(tp, ip, destoff, &rlen, 0, 1); in xfs_reflink_remap_extent() 1121 xfs_fileoff_t destoff; in xfs_reflink_remap_blocks() local 1129 destoff = XFS_B_TO_FSBT(src->i_mount, pos_out); in xfs_reflink_remap_blocks() 1138 dest, destoff); in xfs_reflink_remap_blocks() 1154 imap.br_startoff += destoff - srcoff; in xfs_reflink_remap_blocks() 1157 error = xfs_reflink_remap_extent(dest, &imap, destoff, in xfs_reflink_remap_blocks() 1169 destoff += range_len; in xfs_reflink_remap_blocks()
|
/Linux-v5.4/fs/cifs/ |
D | cifsfs.c | 1061 struct file *dst_file, loff_t destoff, loff_t len, in cifs_remap_file_range() argument 1100 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_remap_file_range() 1101 PAGE_ALIGN(destoff + len)-1); in cifs_remap_file_range() 1105 smb_file_src, smb_file_target, off, len, destoff); in cifs_remap_file_range() 1122 struct file *dst_file, loff_t destoff, in cifs_file_copychunk_range() argument 1170 smb_file_src, smb_file_target, off, len, destoff); in cifs_file_copychunk_range() 1200 struct file *dst_file, loff_t destoff, in cifs_copy_file_range() argument 1206 rc = cifs_file_copychunk_range(xid, src_file, off, dst_file, destoff, in cifs_copy_file_range() 1212 destoff, len, flags); in cifs_copy_file_range()
|
D | cifsfs.h | 147 struct file *dst_file, loff_t destoff,
|
/Linux-v5.4/fs/btrfs/ |
D | ioctl.c | 90 u64 off, u64 olen, u64 olen_aligned, u64 destoff, 3302 const u64 destoff, in clone_finish_inode_update() argument 3316 if (endoff > destoff + olen) in clone_finish_inode_update() 3317 endoff = destoff + olen; in clone_finish_inode_update() 3490 const u64 destoff, int no_time_update) in btrfs_clone() argument 3503 u64 last_dest_end = destoff; in btrfs_clone() 3611 new_key.offset = key.offset + destoff - off; in btrfs_clone() 3613 new_key.offset = destoff; in btrfs_clone() 3707 destoff, olen, no_time_update); in btrfs_clone() 3710 if (new_key.offset + datal >= destoff + len) in btrfs_clone() [all …]
|
/Linux-v5.4/fs/ |
D | ioctl.c | 223 u64 off, u64 olen, u64 destoff) in ioctl_file_clone() argument 234 cloned = vfs_clone_file_range(src_file.file, off, dst_file, destoff, in ioctl_file_clone()
|
D | read_write.c | 1857 struct inode *dest, loff_t destoff, in vfs_dedupe_file_range_compare() argument 1874 dest_poff = destoff & (PAGE_SIZE - 1); in vfs_dedupe_file_range_compare() 1886 dest_page = vfs_dedupe_get_page(dest, destoff); in vfs_dedupe_file_range_compare() 1927 destoff += cmp_len; in vfs_dedupe_file_range_compare()
|