Lines Matching defs:server
188 if (tcon->ses->server->ops->create_mf_symlink)
189 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon,
223 if (tcon->ses->server->ops->query_mf_symlink)
224 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon,
485 struct TCP_Server_Info *server;
520 server = tcon->ses->server;
521 if (!server->ops->create_hardlink) {
525 rc = server->ops->create_hardlink(xid, tcon, old_file,
531 d_drop(direntry); /* force new lookup from server of target */
534 * if source file is cached (oplocked) revalidate will not go to server
553 * file from srv. Note Samba server prior to 4.2 has bug -