Lines Matching full:tcon
137 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() argument
153 if (tcon->ses->server->ops->create_mf_symlink) in create_mf_symlink()
154 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink()
170 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() argument
188 if (tcon->ses->server->ops->query_mf_symlink) in check_mf_symlink()
189 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink()
227 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() argument
240 .tcon = tcon, in cifs_query_mf_symlink()
249 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, &query_data); in cifs_query_mf_symlink()
261 io_parms.tcon = tcon; in cifs_query_mf_symlink()
267 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_mf_symlink()
272 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink() argument
283 .tcon = tcon, in cifs_create_mf_symlink()
292 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in cifs_create_mf_symlink()
298 io_parms.tcon = tcon; in cifs_create_mf_symlink()
303 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_create_mf_symlink()
312 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_query_mf_symlink() argument
326 .tcon = tcon, in smb3_query_mf_symlink()
360 io_parms.tcon = tcon; in smb3_query_mf_symlink()
367 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink()
375 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_create_mf_symlink() argument
394 .tcon = tcon, in smb3_create_mf_symlink()
413 io_parms.tcon = tcon; in smb3_create_mf_symlink()
429 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
449 struct cifs_tcon *tcon; local
459 tcon = tlink_tcon(tlink);
477 if (tcon->unix_ext)
478 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name,
485 server = tcon->ses->server;
490 rc = server->ops->create_hardlink(xid, tcon, old_file,