Lines Matching refs:server
220 if (tcon->ses->server->ops->create_mf_symlink) in create_mf_symlink()
221 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink()
250 if (tcon->ses->server->ops->query_mf_symlink) in query_mf_symlink()
251 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in query_mf_symlink()
288 if (tcon->ses->server->ops->query_mf_symlink) in check_mf_symlink()
289 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink()
550 struct TCP_Server_Info *server; in cifs_hardlink() local
572 server = tcon->ses->server; in cifs_hardlink()
573 if (!server->ops->create_hardlink) { in cifs_hardlink()
577 rc = server->ops->create_hardlink(xid, tcon, from_name, to_name, in cifs_hardlink()
640 struct TCP_Server_Info *server; in cifs_follow_link() local
651 server = tcon->ses->server; in cifs_follow_link()
668 if (rc != 0 && server->ops->query_symlink) in cifs_follow_link()
669 rc = server->ops->query_symlink(xid, tcon, full_path, in cifs_follow_link()