HomeSort by: relevance | last modified time | path
    Searched refs:nlm_host (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm.h 47 struct nlm_host;
75 extern struct nlm_host *nlm_find_host_by_name(const char *name,
85 extern struct nlm_host *nlm_find_host_by_addr(const struct sockaddr *addr,
92 extern void nlm_host_monitor(struct nlm_host *host, int state);
98 extern void nlm_host_release(struct nlm_host *host);
104 extern CLIENT *nlm_host_get_rpc(struct nlm_host *host, bool_t isserver);
109 extern int nlm_host_get_sysid(struct nlm_host *host);
114 extern int nlm_host_get_state(struct nlm_host *host);
217 extern void nlm_client_recovery(struct nlm_host *);
nlm_prot_impl.c 223 struct nlm_host *af_host; /* (c) host which is locking */
245 struct nlm_host { struct
248 TAILQ_ENTRY(nlm_host) nh_link; /* (g) global list of hosts */
265 TAILQ_HEAD(nlm_host_list, nlm_host);
270 static void nlm_host_unmonitor(struct nlm_host *);
651 struct nlm_host *host = af->af_host;
689 nlm_check_expired_locks(struct nlm_host *host)
720 nlm_host_destroy(struct nlm_host *host)
742 struct nlm_host *host = (struct nlm_host *) arg
    [all...]
nlm_advlock.c 78 static int nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext,
82 static int nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext,
86 static int nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext,
211 struct nlm_host *host;
485 struct nlm_host *nr_host; /* host we are recovering */
523 nlm_client_recovery(struct nlm_host *host)
760 nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext,
959 nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext,
1034 nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext,

Completed in 16 milliseconds