Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dreflink.c24 const u64 destoff, in clone_finish_inode_update() argument
39 if (endoff > destoff + olen) in clone_finish_inode_update()
40 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()
559 destoff, olen, no_time_update); in btrfs_clone()
726 u64 off, u64 olen, u64 destoff) in btrfs_clone_files() argument
745 if (destoff > inode->i_size) { in btrfs_clone_files()
761 destoff - wb_start); in btrfs_clone_files()
786 round_down(destoff, PAGE_SIZE), in btrfs_clone_files()
[all …]
/openbmc/linux/fs/smb/client/
H A Dcifsfs.c1270 struct file *dst_file, loff_t destoff, loff_t len, in cifs_remap_file_range() argument
1330 new_size = destoff + len; in cifs_remap_file_range()
1331 destend = destoff + len - 1; in cifs_remap_file_range()
1336 fstart = destoff; in cifs_remap_file_range()
1356 smb_file_src, smb_file_target, off, len, destoff); in cifs_remap_file_range()
1379 struct file *dst_file, loff_t destoff, in cifs_file_copychunk_range() argument
1439 destend = destoff + len - 1; in cifs_file_copychunk_range()
1444 fstart = destoff; in cifs_file_copychunk_range()
1462 truncate_setsize(target_inode, destoff + rc); in cifs_file_copychunk_range()
1495 struct file *dst_file, loff_t destoff, in cifs_copy_file_range() argument
[all …]
H A Dcifsfs.h139 struct file *dst_file, loff_t destoff,
/openbmc/linux/fs/xfs/
H A Dxfs_reflink.c1362 xfs_fileoff_t destoff = XFS_B_TO_FSBT(mp, pos_out); in xfs_reflink_remap_blocks() local
1372 trace_xfs_reflink_remap_blocks(src, srcoff, len, dest, destoff); in xfs_reflink_remap_blocks()
1401 imap.br_startoff = destoff; in xfs_reflink_remap_blocks()
1413 destoff += imap.br_blockcount; in xfs_reflink_remap_blocks()
/openbmc/linux/include/linux/
H A Ddax.h252 struct inode *dest, loff_t destoff,
/openbmc/linux/fs/
H A Dioctl.c232 u64 off, u64 olen, u64 destoff) in ioctl_file_clone() argument
240 cloned = vfs_clone_file_range(src_file.file, off, dst_file, destoff, in ioctl_file_clone()