Lines Matching full:tcon
161 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() argument
177 if (tcon->ses->server->ops->create_mf_symlink) in create_mf_symlink()
178 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink()
194 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() argument
212 if (tcon->ses->server->ops->query_mf_symlink) in check_mf_symlink()
213 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink()
251 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() argument
264 .tcon = tcon, in cifs_query_mf_symlink()
273 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, &query_data); in cifs_query_mf_symlink()
285 io_parms.tcon = tcon; in cifs_query_mf_symlink()
291 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_mf_symlink()
296 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink() argument
307 .tcon = tcon, in cifs_create_mf_symlink()
316 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in cifs_create_mf_symlink()
322 io_parms.tcon = tcon; in cifs_create_mf_symlink()
327 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_create_mf_symlink()
336 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_query_mf_symlink() argument
350 .tcon = tcon, in smb3_query_mf_symlink()
384 io_parms.tcon = tcon; in smb3_query_mf_symlink()
391 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink()
399 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_create_mf_symlink() argument
418 .tcon = tcon, in smb3_create_mf_symlink()
437 io_parms.tcon = tcon; in smb3_create_mf_symlink()
453 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
473 struct cifs_tcon *tcon; local
483 tcon = tlink_tcon(tlink);
501 if (tcon->unix_ext)
502 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name,
509 server = tcon->ses->server;
514 rc = server->ops->create_hardlink(xid, tcon, old_file,