Searched refs:nlm_host (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/nlm/ |
| HD | 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 *);
|
| HD | nlm_prot_impl.c | 215 struct nlm_host *af_host; /* (c) host which is locking */ 237 struct nlm_host { struct 240 TAILQ_ENTRY(nlm_host) nh_link; /* (g) global list of hosts */ argument 257 TAILQ_HEAD(nlm_host_list, nlm_host); argument 262 static void nlm_host_unmonitor(struct nlm_host *); 662 struct nlm_host *host = af->af_host; in nlm_cancel_async_lock() 700 nlm_check_expired_locks(struct nlm_host *host) in nlm_check_expired_locks() 731 nlm_host_destroy(struct nlm_host *host) in nlm_host_destroy() 753 struct nlm_host *host = (struct nlm_host *) arg; in nlm_client_recovery_start() 777 nlm_host_notify(struct nlm_host *host, int newstate) in nlm_host_notify() [all …]
|
| HD | nlm_advlock.c | 76 static int nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext, 80 static int nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext, 84 static int nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext, 209 struct nlm_host *host; in nlm_advlock_internal() 479 struct nlm_host *nr_host; /* host we are recovering */ 517 nlm_client_recovery(struct nlm_host *host) in nlm_client_recovery() 718 nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext, in nlm_setlock() 917 nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext, in nlm_clearlock() 992 nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext, in nlm_getlock()
|