Lines Matching refs:dst_file
1199 struct file *dst_file, loff_t destoff, loff_t len, in cifs_remap_file_range() argument
1203 struct inode *target_inode = file_inode(dst_file); in cifs_remap_file_range()
1217 if (!src_file->private_data || !dst_file->private_data) { in cifs_remap_file_range()
1223 smb_file_target = dst_file->private_data; in cifs_remap_file_range()
1260 struct file *dst_file, loff_t destoff, in cifs_file_copychunk_range() argument
1264 struct inode *target_inode = file_inode(dst_file); in cifs_file_copychunk_range()
1273 if (!src_file->private_data || !dst_file->private_data) { in cifs_file_copychunk_range()
1280 smb_file_target = dst_file->private_data; in cifs_file_copychunk_range()
1311 rc = file_modified(dst_file); in cifs_file_copychunk_range()
1346 struct file *dst_file, loff_t destoff, in cifs_copy_file_range() argument
1351 struct cifsFileInfo *cfile = dst_file->private_data; in cifs_copy_file_range()
1359 rc = cifs_file_copychunk_range(xid, src_file, off, dst_file, destoff, in cifs_copy_file_range()
1364 rc = generic_copy_file_range(src_file, off, dst_file, in cifs_copy_file_range()