Searched refs:target_tcon (Results 1 – 1 of 1) sorted by relevance
44 struct cifs_tcon *target_tcon; in cifs_ioctl_clone() local86 target_tcon = tlink_tcon(smb_file_target->tlink); in cifs_ioctl_clone()89 if (dup_extents && (src_tcon != target_tcon)) { in cifs_ioctl_clone()94 if (!dup_extents && (src_tcon->ses != target_tcon->ses)) { in cifs_ioctl_clone()123 if (dup_extents && target_tcon->ses->server->ops->duplicate_extents) in cifs_ioctl_clone()124 rc = target_tcon->ses->server->ops->duplicate_extents(xid, in cifs_ioctl_clone()126 else if (!dup_extents && target_tcon->ses->server->ops->clone_range) in cifs_ioctl_clone()127 rc = target_tcon->ses->server->ops->clone_range(xid, in cifs_ioctl_clone()