Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dreflink.c24 const u64 destoff, in clone_finish_inode_update() argument
40 if (endoff > destoff + olen) in clone_finish_inode_update()
41 endoff = destoff + olen; in clone_finish_inode_update()
352 u64 last_dest_end = destoff; in btrfs_clone()
466 new_key.offset = destoff; in btrfs_clone()
560 destoff, olen, no_time_update); in btrfs_clone()
727 u64 off, u64 olen, u64 destoff) in btrfs_clone_files() argument
746 if (destoff > inode->i_size) { in btrfs_clone_files()
762 destoff - wb_start); in btrfs_clone_files()
787 round_down(destoff, PAGE_SIZE), in btrfs_clone_files()
[all …]
/linux-6.3-rc2/fs/cifs/
A Dcifsfs.c1182 struct file *dst_file, loff_t destoff, loff_t len, in cifs_remap_file_range() argument
1221 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_remap_file_range()
1222 PAGE_ALIGN(destoff + len)-1); in cifs_remap_file_range()
1226 smb_file_src, smb_file_target, off, len, destoff); in cifs_remap_file_range()
1243 struct file *dst_file, loff_t destoff, in cifs_file_copychunk_range() argument
1297 smb_file_src, smb_file_target, off, len, destoff); in cifs_file_copychunk_range()
1329 struct file *dst_file, loff_t destoff, in cifs_copy_file_range() argument
1342 rc = cifs_file_copychunk_range(xid, src_file, off, dst_file, destoff, in cifs_copy_file_range()
1348 destoff, len, flags); in cifs_copy_file_range()
A Dcifsfs.h146 struct file *dst_file, loff_t destoff,
/linux-6.3-rc2/fs/xfs/
A Dxfs_reflink.c1358 xfs_fileoff_t destoff = XFS_B_TO_FSBT(mp, pos_out); in xfs_reflink_remap_blocks() local
1368 trace_xfs_reflink_remap_blocks(src, srcoff, len, dest, destoff); in xfs_reflink_remap_blocks()
1397 imap.br_startoff = destoff; in xfs_reflink_remap_blocks()
1409 destoff += imap.br_blockcount; in xfs_reflink_remap_blocks()
/linux-6.3-rc2/include/linux/
A Ddax.h252 struct inode *dest, loff_t destoff,
/linux-6.3-rc2/fs/
A 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()

Completed in 14 milliseconds