Lines Matching refs:dst_file
1182 struct file *dst_file, loff_t destoff, loff_t len, in cifs_remap_file_range() argument
1186 struct inode *target_inode = file_inode(dst_file); in cifs_remap_file_range()
1200 if (!src_file->private_data || !dst_file->private_data) { in cifs_remap_file_range()
1206 smb_file_target = dst_file->private_data; in cifs_remap_file_range()
1243 struct file *dst_file, loff_t destoff, in cifs_file_copychunk_range() argument
1247 struct inode *target_inode = file_inode(dst_file); in cifs_file_copychunk_range()
1256 if (!src_file->private_data || !dst_file->private_data) { in cifs_file_copychunk_range()
1263 smb_file_target = dst_file->private_data; in cifs_file_copychunk_range()
1294 rc = file_modified(dst_file); in cifs_file_copychunk_range()
1329 struct file *dst_file, loff_t destoff, in cifs_copy_file_range() argument
1334 struct cifsFileInfo *cfile = dst_file->private_data; in cifs_copy_file_range()
1342 rc = cifs_file_copychunk_range(xid, src_file, off, dst_file, destoff, in cifs_copy_file_range()
1347 rc = generic_copy_file_range(src_file, off, dst_file, in cifs_copy_file_range()