Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dreflink.c24 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()
351 u64 last_dest_end = destoff; in btrfs_clone()
465 new_key.offset = destoff; in btrfs_clone()
703 u64 off, u64 olen, u64 destoff) in btrfs_clone_files() argument
724 if (destoff > inode->i_size) { in btrfs_clone_files()
740 destoff - wb_start); in btrfs_clone_files()
751 end = destoff + len - 1; in btrfs_clone_files()
768 round_down(destoff, PAGE_SIZE), in btrfs_clone_files()
[all …]
/linux-6.15/fs/smb/client/
H A Dcifsfs.c1267 struct file *dst_file, loff_t destoff, loff_t len, in cifs_remap_file_range() argument
1327 new_size = destoff + len; in cifs_remap_file_range()
1328 destend = destoff + len - 1; in cifs_remap_file_range()
1333 fstart = destoff; in cifs_remap_file_range()
1356 smb_file_src, smb_file_target, off, len, destoff); in cifs_remap_file_range()
1380 struct file *dst_file, loff_t destoff, in cifs_file_copychunk_range() argument
1444 rc = filemap_invalidate_inode(target_inode, true, destoff, destoff + len - 1); in cifs_file_copychunk_range()
1456 truncate_setsize(target_inode, destoff + rc); in cifs_file_copychunk_range()
1463 target_cifsi->netfs.zero_point = destoff + rc; in cifs_file_copychunk_range()
1496 struct file *dst_file, loff_t destoff, in cifs_copy_file_range() argument
[all …]
H A Dcifsfs.h133 struct file *dst_file, loff_t destoff,
/linux-6.15/fs/xfs/
H A Dxfs_reflink.c1454 xfs_fileoff_t destoff = XFS_B_TO_FSBT(mp, pos_out); in xfs_reflink_remap_blocks() local
1464 trace_xfs_reflink_remap_blocks(src, srcoff, len, dest, destoff); in xfs_reflink_remap_blocks()
1494 imap.br_startoff = destoff; in xfs_reflink_remap_blocks()
1506 destoff += imap.br_blockcount; in xfs_reflink_remap_blocks()
/linux-6.15/include/linux/
H A Ddax.h275 struct inode *dest, loff_t destoff,
/linux-6.15/fs/
H A Dioctl.c232 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()