Searched defs:destoff (Results 1 – 3 of 3) sorted by relevance
/linux/fs/btrfs/ |
H A D | reflink.c | 24 const u64 destoff, in clone_finish_inode_update() argument 340 const u64 destoff, int no_time_update) in btrfs_clone() argument 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 D | cifsfs.c | 1267 struct file *dst_file, loff_t destoff, loff_t len, in cifs_remap_file_range() argument 1380 struct file *dst_file, loff_t destoff, in cifs_file_copychunk_range() argument 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...] |
/linux/fs/xfs/ |
H A D | xfs_reflink.c | 1538 xfs_fileoff_t destoff = XFS_B_TO_FSBT(mp, pos_out); in xfs_reflink_remap_blocks() local
|