Home
last modified time | relevance | path

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

/linux/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()
335 * @destoff: Offset within @inode to start clone
340 const u64 destoff, int no_time_update) in btrfs_clone() argument
352 u64 last_dest_end = destoff; in btrfs_clone()
464 new_key.offset = key.offset + destoff - off; in btrfs_clone()
466 new_key.offset = destoff; in btrfs_clone()
560 destoff, olen, no_time_update); in btrfs_clone()
563 if (new_key.offset + datal >= destoff in btrfs_clone()
704 btrfs_clone_files(struct file * file,struct file * file_src,u64 off,u64 olen,u64 destoff) btrfs_clone_files() argument
864 btrfs_remap_file_range(struct file * src_file,loff_t off,struct file * dst_file,loff_t destoff,loff_t len,unsigned int remap_flags) btrfs_remap_file_range() argument
[all...]
/linux/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()
1336 rc = cifs_flush_folio(target_inode, destoff, &fstart, &fend, true); 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()
1454 smb_file_src, smb_file_target, off, len, destoff); in cifs_file_copychunk_range()
1496 cifs_copy_file_range(struct file * src_file,loff_t off,struct file * dst_file,loff_t destoff,size_t len,unsigned int flags) cifs_copy_file_range() argument
[all...]
H A Dcifsfs.h133 struct file *dst_file, loff_t destoff,
/linux/fs/xfs/
H A Dxfs_reflink.c1538 xfs_fileoff_t destoff = XFS_B_TO_FSBT(mp, pos_out); in xfs_reflink_remap_blocks() local
1548 trace_xfs_reflink_remap_blocks(src, srcoff, len, dest, destoff); in xfs_reflink_remap_blocks()
1578 imap.br_startoff = destoff; in xfs_reflink_remap_blocks()
1590 destoff += imap.br_blockcount; in xfs_reflink_remap_blocks()
/linux/include/linux/
H A Ddax.h278 struct inode *dest, loff_t destoff,