Lines Matching defs:nlm_host

209 	struct nlm_host *af_host;	/* (c) host which is locking */
231 struct nlm_host {
234 TAILQ_ENTRY(nlm_host) nh_link; /* (g) global list of hosts */
251 TAILQ_HEAD(nlm_host_list, nlm_host);
256 static void nlm_host_unmonitor(struct nlm_host *);
626 struct nlm_host *host = af->af_host;
664 nlm_check_expired_locks(struct nlm_host *host)
695 nlm_host_destroy(struct nlm_host *host)
717 struct nlm_host *host = (struct nlm_host *) arg;
741 nlm_host_notify(struct nlm_host *host, int newstate)
793 struct nlm_host *host;
807 struct nlm_host *host;
818 static struct nlm_host *
821 struct nlm_host *host;
828 host = malloc(sizeof(struct nlm_host), M_NLM, M_NOWAIT|M_ZERO);
927 struct nlm_host *host;
962 struct nlm_host *
966 struct nlm_host *host;
1035 struct nlm_host *
1043 struct nlm_host *host;
1097 static struct nlm_host *
1100 struct nlm_host *host;
1112 void nlm_host_release(struct nlm_host *host)
1126 nlm_host_unmonitor(struct nlm_host *host)
1171 nlm_host_monitor(struct nlm_host *host, int state)
1239 nlm_host_get_rpc(struct nlm_host *host, bool_t isserver)
1294 int nlm_host_get_sysid(struct nlm_host *host)
1301 nlm_host_get_state(struct nlm_host *host)
1520 struct nlm_host *host, *nhost;
1660 * nlm_host list should be from other threads performing
1706 struct nlm_host *host;
1730 nlm_get_vfs_state(struct nlm_host *host, struct svc_req *rqstp,
1834 struct nlm_host *host, *bhost;
1932 struct nlm_host *host;
2121 struct nlm_host *host;
2211 struct nlm_host *host;
2272 struct nlm_host *host;
2315 struct nlm_host *host = NULL;
2374 struct nlm_host *host, *thost;