Searched refs:destoff (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
D | reflink.c | 16 const u64 destoff, in clone_finish_inode_update() argument 30 if (endoff > destoff + olen) in clone_finish_inode_update() 31 endoff = destoff + olen; in clone_finish_inode_update() 330 const u64 destoff, int no_time_update) in btrfs_clone() argument 342 u64 last_dest_end = destoff; in btrfs_clone() 449 new_key.offset = key.offset + destoff - off; in btrfs_clone() 451 new_key.offset = destoff; in btrfs_clone() 537 destoff, olen, no_time_update); in btrfs_clone() 540 if (new_key.offset + datal >= destoff + len) in btrfs_clone() 555 if (last_dest_end < destoff + len) { in btrfs_clone() [all …]
|
/kernel/linux/linux-5.10/fs/ |
D | remap_range.c | 204 struct inode *dest, loff_t destoff, in vfs_dedupe_file_range_compare() argument 221 dest_poff = destoff & (PAGE_SIZE - 1); in vfs_dedupe_file_range_compare() 233 dest_page = vfs_dedupe_get_page(dest, destoff); in vfs_dedupe_file_range_compare() 274 destoff += cmp_len; in vfs_dedupe_file_range_compare()
|
D | ioctl.c | 228 u64 off, u64 olen, u64 destoff) in ioctl_file_clone() argument 239 cloned = vfs_clone_file_range(src_file.file, off, dst_file, destoff, in ioctl_file_clone()
|
/kernel/linux/linux-5.10/fs/cifs/ |
D | cifsfs.c | 1084 struct file *dst_file, loff_t destoff, loff_t len, in cifs_remap_file_range() argument 1123 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_remap_file_range() 1124 PAGE_ALIGN(destoff + len)-1); in cifs_remap_file_range() 1128 smb_file_src, smb_file_target, off, len, destoff); in cifs_remap_file_range() 1145 struct file *dst_file, loff_t destoff, in cifs_file_copychunk_range() argument 1193 smb_file_src, smb_file_target, off, len, destoff); in cifs_file_copychunk_range() 1223 struct file *dst_file, loff_t destoff, in cifs_copy_file_range() argument 1236 rc = cifs_file_copychunk_range(xid, src_file, off, dst_file, destoff, in cifs_copy_file_range() 1242 destoff, len, flags); in cifs_copy_file_range()
|
D | cifsfs.h | 148 struct file *dst_file, loff_t destoff,
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_reflink.c | 1169 xfs_fileoff_t destoff = XFS_B_TO_FSBT(mp, pos_out); in xfs_reflink_remap_blocks() local 1179 trace_xfs_reflink_remap_blocks(src, srcoff, len, dest, destoff); in xfs_reflink_remap_blocks() 1208 imap.br_startoff = destoff; in xfs_reflink_remap_blocks() 1220 destoff += imap.br_blockcount; in xfs_reflink_remap_blocks()
|