Lines Matching refs:nlm_host
162 nlm_traverse_locks(struct nlm_host *host, struct nlm_file *file, in nlm_traverse_locks()
168 struct nlm_host *lockhost; in nlm_traverse_locks()
182 lockhost = (struct nlm_host *) fl->fl_owner; in nlm_traverse_locks()
204 nlmsvc_always_match(void *dummy1, struct nlm_host *dummy2) in nlmsvc_always_match()
213 nlm_inspect_file(struct nlm_host *host, struct nlm_file *file, nlm_host_match_fn_t match) in nlm_inspect_file()
330 nlmsvc_mark_host(void *data, struct nlm_host *hint) in nlmsvc_mark_host()
332 struct nlm_host *host = data; in nlmsvc_mark_host()
341 nlmsvc_same_host(void *data, struct nlm_host *other) in nlmsvc_same_host()
343 struct nlm_host *host = data; in nlmsvc_same_host()
349 nlmsvc_is_client(void *data, struct nlm_host *dummy) in nlmsvc_is_client()
351 struct nlm_host *host = data; in nlmsvc_is_client()
371 struct nlm_host hint; in nlmsvc_mark_resources()
382 nlmsvc_free_host_resources(struct nlm_host *host) in nlmsvc_free_host_resources()
437 nlmsvc_match_ip(void *datap, struct nlm_host *host) in nlmsvc_match_ip()