Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_reflink.c1002 xfs_fileoff_t destoff, in xfs_reflink_remap_extent() argument
1016 unmap_len = irec->br_startoff + irec->br_blockcount - destoff; in xfs_reflink_remap_extent()
1017 trace_xfs_reflink_punch_range(ip, destoff, unmap_len); in xfs_reflink_remap_extent()
1057 error = __xfs_bunmapi(tp, ip, destoff, &rlen, 0, 1); in xfs_reflink_remap_extent()
1132 xfs_fileoff_t destoff, in xfs_reflink_remap_blocks() argument
1146 dest, destoff); in xfs_reflink_remap_blocks()
1162 imap.br_startoff += destoff - srcoff; in xfs_reflink_remap_blocks()
1165 error = xfs_reflink_remap_extent(dest, &imap, destoff, in xfs_reflink_remap_blocks()
1177 destoff += range_len; in xfs_reflink_remap_blocks()
/linux-4.19.296/fs/cifs/
Dcifsfs.c978 struct file *dst_file, loff_t destoff, u64 len) in cifs_clone_file_range() argument
1013 truncate_inode_pages_range(&target_inode->i_data, destoff, in cifs_clone_file_range()
1014 PAGE_ALIGN(destoff + len)-1); in cifs_clone_file_range()
1018 smb_file_src, smb_file_target, off, len, destoff); in cifs_clone_file_range()
1035 struct file *dst_file, loff_t destoff, in cifs_file_copychunk_range() argument
1083 smb_file_src, smb_file_target, off, len, destoff); in cifs_file_copychunk_range()
1113 struct file *dst_file, loff_t destoff, in cifs_copy_file_range() argument
1119 rc = cifs_file_copychunk_range(xid, src_file, off, dst_file, destoff, in cifs_copy_file_range()
Dcifsfs.h146 struct file *dst_file, loff_t destoff,
/linux-4.19.296/fs/btrfs/
Dioctl.c87 u64 off, u64 olen, u64 olen_aligned, u64 destoff,
3714 const u64 destoff, in clone_finish_inode_update() argument
3728 if (endoff > destoff + olen) in clone_finish_inode_update()
3729 endoff = destoff + olen; in clone_finish_inode_update()
3956 const u64 destoff, int no_time_update) in btrfs_clone() argument
3969 u64 last_dest_end = destoff; in btrfs_clone()
4082 new_key.offset = key.offset + destoff - off; in btrfs_clone()
4084 new_key.offset = destoff; in btrfs_clone()
4233 destoff, olen, in btrfs_clone()
4237 if (new_key.offset + datal >= destoff + len) in btrfs_clone()
[all …]
/linux-4.19.296/fs/
Dioctl.c223 u64 off, u64 olen, u64 destoff) in ioctl_file_clone() argument
233 ret = vfs_clone_file_range(src_file.file, off, dst_file, destoff, olen); in ioctl_file_clone()
Dread_write.c1971 struct inode *dest, loff_t destoff, in vfs_dedupe_file_range_compare() argument
1988 dest_poff = destoff & (PAGE_SIZE - 1); in vfs_dedupe_file_range_compare()
2000 dest_page = vfs_dedupe_get_page(dest, destoff); in vfs_dedupe_file_range_compare()
2041 destoff += cmp_len; in vfs_dedupe_file_range_compare()
/linux-4.19.296/include/linux/
Dfs.h1851 struct inode *dest, loff_t destoff,