Lines Matching refs:dst_file
1085 struct file *dst_file, loff_t destoff, loff_t len, in cifs_remap_file_range() argument
1089 struct inode *target_inode = file_inode(dst_file); in cifs_remap_file_range()
1105 if (!src_file->private_data || !dst_file->private_data) { in cifs_remap_file_range()
1111 smb_file_target = dst_file->private_data; in cifs_remap_file_range()
1148 struct file *dst_file, loff_t destoff, in cifs_file_copychunk_range() argument
1152 struct inode *target_inode = file_inode(dst_file); in cifs_file_copychunk_range()
1161 if (!src_file->private_data || !dst_file->private_data) { in cifs_file_copychunk_range()
1168 smb_file_target = dst_file->private_data; in cifs_file_copychunk_range()
1193 rc = file_modified(dst_file); in cifs_file_copychunk_range()
1226 struct file *dst_file, loff_t destoff, in cifs_copy_file_range() argument
1231 struct cifsFileInfo *cfile = dst_file->private_data; in cifs_copy_file_range()
1239 rc = cifs_file_copychunk_range(xid, src_file, off, dst_file, destoff, in cifs_copy_file_range()
1244 rc = generic_copy_file_range(src_file, off, dst_file, in cifs_copy_file_range()