Searched refs:nlm_host (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm.h | 45 struct nlm_host; 73 extern struct nlm_host *nlm_find_host_by_name(const char *name, 83 extern struct nlm_host *nlm_find_host_by_addr(const struct sockaddr *addr, 90 extern void nlm_host_monitor(struct nlm_host *host, int state); 96 extern void nlm_host_release(struct nlm_host *host); 102 extern CLIENT *nlm_host_get_rpc(struct nlm_host *host, bool_t isserver); 107 extern int nlm_host_get_sysid(struct nlm_host *host); 112 extern int nlm_host_get_state(struct nlm_host *host); 215 extern void nlm_client_recovery(struct nlm_host *);
|
H A D | nlm_prot_impl.c | 207 struct nlm_host *af_host; /* (c) host which is locking */ 229 struct nlm_host { struct 232 TAILQ_ENTRY(nlm_host) nh_link; /* (g) global list of hosts */ argument 249 TAILQ_HEAD(nlm_host_list, nlm_host); argument 254 static void nlm_host_unmonitor(struct nlm_host *); 648 struct nlm_host *host = af->af_host; in nlm_cancel_async_lock() 686 nlm_check_expired_locks(struct nlm_host *host) in nlm_check_expired_locks() 717 nlm_host_destroy(struct nlm_host *host) in nlm_host_destroy() 739 struct nlm_host *host = (struct nlm_host *) arg; in nlm_client_recovery_start() 763 nlm_host_notify(struct nlm_host *host, int newstate) in nlm_host_notify() [all …]
|
H A D | nlm_advlock.c | 75 static int nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext, 79 static int nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext, 83 static int nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext, 208 struct nlm_host *host; in nlm_advlock_internal() 483 struct nlm_host *nr_host; /* host we are recovering */ 521 nlm_client_recovery(struct nlm_host *host) in nlm_client_recovery() 758 nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext, in nlm_setlock() 956 nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext, in nlm_clearlock() 1031 nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext, in nlm_getlock()
|