Searched refs:destoff (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/btrfs/ |
D | reflink.c | 24 const u64 destoff, in clone_finish_inode_update() argument 38 if (endoff > destoff + olen) in clone_finish_inode_update() 39 endoff = destoff + olen; in clone_finish_inode_update() 339 const u64 destoff, int no_time_update) in btrfs_clone() argument 351 u64 last_dest_end = destoff; in btrfs_clone() 463 new_key.offset = key.offset + destoff - off; in btrfs_clone() 465 new_key.offset = destoff; in btrfs_clone() 559 destoff, olen, no_time_update); in btrfs_clone() 562 if (new_key.offset + datal >= destoff + len) in btrfs_clone() 577 if (last_dest_end < destoff + len) { in btrfs_clone() [all …]
|
/linux-6.12.1/fs/smb/client/ |
D | cifsfs.c | 1231 struct file *dst_file, loff_t destoff, loff_t len, in cifs_remap_file_range() argument 1291 new_size = destoff + len; in cifs_remap_file_range() 1292 destend = destoff + len - 1; in cifs_remap_file_range() 1297 fstart = destoff; in cifs_remap_file_range() 1300 rc = cifs_flush_folio(target_inode, destoff, &fstart, &fend, true); in cifs_remap_file_range() 1320 smb_file_src, smb_file_target, off, len, destoff); in cifs_remap_file_range() 1344 struct file *dst_file, loff_t destoff, in cifs_file_copychunk_range() argument 1408 rc = filemap_invalidate_inode(target_inode, true, destoff, destoff + len - 1); in cifs_file_copychunk_range() 1418 smb_file_src, smb_file_target, off, len, destoff); in cifs_file_copychunk_range() 1419 if (rc > 0 && destoff + rc > i_size_read(target_inode)) { in cifs_file_copychunk_range() [all …]
|
D | cifsfs.h | 133 struct file *dst_file, loff_t destoff,
|
/linux-6.12.1/fs/xfs/ |
D | xfs_reflink.c | 1335 xfs_fileoff_t destoff = XFS_B_TO_FSBT(mp, pos_out); in xfs_reflink_remap_blocks() local 1345 trace_xfs_reflink_remap_blocks(src, srcoff, len, dest, destoff); in xfs_reflink_remap_blocks() 1375 imap.br_startoff = destoff; in xfs_reflink_remap_blocks() 1387 destoff += imap.br_blockcount; in xfs_reflink_remap_blocks()
|
/linux-6.12.1/include/linux/ |
D | dax.h | 253 struct inode *dest, loff_t destoff,
|
/linux-6.12.1/fs/ |
D | ioctl.c | 232 u64 off, u64 olen, u64 destoff) in ioctl_file_clone() argument 240 cloned = vfs_clone_file_range(fd_file(src_file), off, dst_file, destoff, in ioctl_file_clone()
|