Lines Matching refs:tcon
185 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon,
201 if (tcon->ses->server->ops->create_mf_symlink)
202 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon,
218 query_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon,
231 if (tcon->ses->server->ops->query_mf_symlink)
232 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon,
252 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
269 if (tcon->ses->server->ops->query_mf_symlink)
270 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon,
306 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
318 oparms.tcon = tcon;
339 io_parms.tcon = tcon;
345 CIFSSMBClose(xid, tcon, fid.netfid);
350 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
360 oparms.tcon = tcon;
375 io_parms.tcon = tcon;
380 CIFSSMBClose(xid, tcon, fid.netfid);
388 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
401 oparms.tcon = tcon;
434 io_parms.tcon = tcon;
441 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid);
449 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
467 oparms.tcon = tcon;
485 io_parms.tcon = tcon;
501 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid);
521 struct cifs_tcon *tcon;
528 tcon = tlink_tcon(tlink);
539 if (tcon->unix_ext)
540 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name,
544 server = tcon->ses->server;
549 rc = server->ops->create_hardlink(xid, tcon, from_name, to_name,
611 struct cifs_tcon *tcon;
624 tcon = tlink_tcon(tlink);
625 server = tcon->ses->server;
642 rc = query_mf_symlink(xid, tcon, cifs_sb, full_path,
652 rc = server->ops->query_symlink(xid, tcon, cifs_sb, full_path,