Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dreflink.c18 const u64 destoff, in clone_finish_inode_update() argument
34 if (endoff > destoff + olen) in clone_finish_inode_update()
35 endoff = destoff + olen; in clone_finish_inode_update()
334 const u64 destoff, int no_time_update) in btrfs_clone() argument
346 u64 last_dest_end = destoff; in btrfs_clone()
458 new_key.offset = key.offset + destoff - off; in btrfs_clone()
460 new_key.offset = destoff; in btrfs_clone()
554 destoff, olen, no_time_update); in btrfs_clone()
557 if (new_key.offset + datal >= destoff + len) in btrfs_clone()
572 if (last_dest_end < destoff + len) { in btrfs_clone()
[all …]
/linux-6.1.9/fs/cifs/
Dcifsfs.c1183 struct file *dst_file, loff_t destoff, loff_t len, in cifs_remap_file_range() argument
1222 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_remap_file_range()
1223 PAGE_ALIGN(destoff + len)-1); in cifs_remap_file_range()
1227 smb_file_src, smb_file_target, off, len, destoff); in cifs_remap_file_range()
1244 struct file *dst_file, loff_t destoff, in cifs_file_copychunk_range() argument
1298 smb_file_src, smb_file_target, off, len, destoff); in cifs_file_copychunk_range()
1330 struct file *dst_file, loff_t destoff, in cifs_copy_file_range() argument
1343 rc = cifs_file_copychunk_range(xid, src_file, off, dst_file, destoff, in cifs_copy_file_range()
1349 destoff, len, flags); in cifs_copy_file_range()
Dcifsfs.h140 struct file *dst_file, loff_t destoff,
/linux-6.1.9/fs/xfs/
Dxfs_reflink.c1360 xfs_fileoff_t destoff = XFS_B_TO_FSBT(mp, pos_out); in xfs_reflink_remap_blocks() local
1370 trace_xfs_reflink_remap_blocks(src, srcoff, len, dest, destoff); in xfs_reflink_remap_blocks()
1399 imap.br_startoff = destoff; in xfs_reflink_remap_blocks()
1411 destoff += imap.br_blockcount; in xfs_reflink_remap_blocks()
/linux-6.1.9/include/linux/
Ddax.h250 struct inode *dest, loff_t destoff,
/linux-6.1.9/fs/
Dioctl.c231 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()