Lines Matching full:tcon
162 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() argument
178 if (tcon->ses->server->ops->create_mf_symlink) in create_mf_symlink()
179 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink()
195 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() argument
213 if (tcon->ses->server->ops->query_mf_symlink) in check_mf_symlink()
214 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink()
252 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() argument
265 .tcon = tcon, in cifs_query_mf_symlink()
274 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, &query_data); in cifs_query_mf_symlink()
286 io_parms.tcon = tcon; in cifs_query_mf_symlink()
292 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_mf_symlink()
297 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink() argument
308 .tcon = tcon, in cifs_create_mf_symlink()
317 rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL); in cifs_create_mf_symlink()
323 io_parms.tcon = tcon; in cifs_create_mf_symlink()
328 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_create_mf_symlink()
337 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_query_mf_symlink() argument
351 .tcon = tcon, in smb3_query_mf_symlink()
385 io_parms.tcon = tcon; in smb3_query_mf_symlink()
392 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_query_mf_symlink()
400 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_create_mf_symlink() argument
419 .tcon = tcon, in smb3_create_mf_symlink()
438 io_parms.tcon = tcon; in smb3_create_mf_symlink()
454 SMB2_close(xid, tcon, fid.persistent_fid, fid.volatile_fid); in smb3_create_mf_symlink()
474 struct cifs_tcon *tcon; local
484 tcon = tlink_tcon(tlink);
502 if (tcon->unix_ext)
503 rc = CIFSUnixCreateHardLink(xid, tcon, from_name, to_name,
510 server = tcon->ses->server;
515 rc = server->ops->create_hardlink(xid, tcon, old_file,