Lines Matching refs:dst_file
1078 struct file *dst_file, loff_t destoff, loff_t len, in cifs_remap_file_range() argument
1082 struct inode *target_inode = file_inode(dst_file); in cifs_remap_file_range()
1096 if (!src_file->private_data || !dst_file->private_data) { in cifs_remap_file_range()
1102 smb_file_target = dst_file->private_data; in cifs_remap_file_range()
1139 struct file *dst_file, loff_t destoff, in cifs_file_copychunk_range() argument
1143 struct inode *target_inode = file_inode(dst_file); in cifs_file_copychunk_range()
1152 if (!src_file->private_data || !dst_file->private_data) { in cifs_file_copychunk_range()
1159 smb_file_target = dst_file->private_data; in cifs_file_copychunk_range()
1184 rc = file_modified(dst_file); in cifs_file_copychunk_range()
1217 struct file *dst_file, loff_t destoff, in cifs_copy_file_range() argument
1222 struct cifsFileInfo *cfile = dst_file->private_data; in cifs_copy_file_range()
1230 rc = cifs_file_copychunk_range(xid, src_file, off, dst_file, destoff, in cifs_copy_file_range()
1235 rc = generic_copy_file_range(src_file, off, dst_file, in cifs_copy_file_range()