Searched refs:target_tcon (Results 1 – 1 of 1) sorted by relevance
1114 struct cifs_tcon *target_tcon; in cifs_remap_file_range() local1132 target_tcon = tlink_tcon(smb_file_target->tlink); in cifs_remap_file_range()1149 if (target_tcon->ses->server->ops->duplicate_extents) in cifs_remap_file_range()1150 rc = target_tcon->ses->server->ops->duplicate_extents(xid, in cifs_remap_file_range()1176 struct cifs_tcon *target_tcon; in cifs_file_copychunk_range() local1191 target_tcon = tlink_tcon(smb_file_target->tlink); in cifs_file_copychunk_range()1193 if (src_tcon->ses != target_tcon->ses) { in cifs_file_copychunk_range()1199 if (!target_tcon->ses->server->ops->copychunk_range) in cifs_file_copychunk_range()1215 rc = target_tcon->ses->server->ops->copychunk_range(xid, in cifs_file_copychunk_range()