Home | History | Annotate | Download | only in nlm

Lines Matching defs:nlm_host

223 	struct nlm_host *af_host;	/* (c) host which is locking */
245 struct nlm_host {
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;
766 nlm_host_notify(struct nlm_host *host, int newstate)
818 struct nlm_host *host;
832 struct nlm_host *host;
843 static struct nlm_host *
846 struct nlm_host *host;
853 host = malloc(sizeof(struct nlm_host), M_NLM, M_NOWAIT|M_ZERO);
951 struct nlm_host *host;
986 struct nlm_host *
990 struct nlm_host *host;
1059 struct nlm_host *
1067 struct nlm_host *host;
1122 static struct nlm_host *
1125 struct nlm_host *host;
1137 void nlm_host_release(struct nlm_host *host)
1151 nlm_host_unmonitor(struct nlm_host *host)
1196 nlm_host_monitor(struct nlm_host *host, int state)
1264 nlm_host_get_rpc(struct nlm_host *host, bool_t isserver)
1319 int nlm_host_get_sysid(struct nlm_host *host)
1326 nlm_host_get_state(struct nlm_host *host)
1546 struct nlm_host *host, *nhost;
1686 * nlm_host list should be from other threads performing
1737 struct nlm_host *host;
1761 nlm_get_vfs_state(struct nlm_host *host, struct svc_req *rqstp,
1868 struct nlm_host *host, *bhost;
1966 struct nlm_host *host;
2155 struct nlm_host *host;
2245 struct nlm_host *host;
2306 struct nlm_host *host;
2349 struct nlm_host *host = NULL;
2408 struct nlm_host *host, *thost;