Lines Matching refs:nlm_host
31 static struct nlm_host * nlm_hosts[NLM_HOST_NRHASH];
42 struct nlm_host *
51 struct nlm_host *
62 nlm_match_host(struct nlm_host *host, struct svc_client *clnt, in nlm_match_host()
73 struct nlm_host *
77 struct nlm_host *host, **hp; in nlm_lookup_host()
125 if (!(host = (struct nlm_host *) kmalloc(sizeof(*host), GFP_KERNEL))) in nlm_lookup_host()
166 nlm_bind_host(struct nlm_host *host) in nlm_bind_host()
222 nlm_rebind_host(struct nlm_host *host) in nlm_rebind_host()
234 struct nlm_host * nlm_get_host(struct nlm_host *host) in nlm_get_host()
247 void nlm_release_host(struct nlm_host *host) in nlm_release_host()
262 struct nlm_host *host; in nlm_shutdown_hosts()
301 struct nlm_host **q, *host; in nlm_gc_hosts()