Lines Matching refs:hostp
81 struct nlm_host *hostp; member
230 nlm_fh_to_vhold(struct nlm_host *hostp, struct netobj *fh) in nlm_fh_to_vhold() argument
240 nvp = nlm_vhold_get(hostp, vp); in nlm_fh_to_vhold()
713 cb_data.hostp = host; in nlm_block()
757 (void) nlm_slreq_unregister(cb_data->hostp, in nlm_block_callback()
1024 struct nlm_host *hostp; in nlm_do_free_all() local
1037 for (hostp = avl_first(&g->nlm_hosts_tree); hostp != NULL; in nlm_do_free_all()
1038 hostp = AVL_NEXT(&g->nlm_hosts_tree, hostp)) { in nlm_do_free_all()
1039 if (strcasecmp(hostp->nh_name, argp->name) == 0) { in nlm_do_free_all()
1044 if (hostp->nh_flags & NLM_NH_INIDLE) { in nlm_do_free_all()
1045 TAILQ_REMOVE(&g->nlm_idle_hosts, hostp, in nlm_do_free_all()
1047 hostp->nh_flags &= ~NLM_NH_INIDLE; in nlm_do_free_all()
1049 hostp->nh_refs++; in nlm_do_free_all()
1051 TAILQ_INSERT_TAIL(&host_list, hostp, nh_link); in nlm_do_free_all()
1058 hostp = TAILQ_FIRST(&host_list); in nlm_do_free_all()
1059 TAILQ_REMOVE(&host_list, hostp, nh_link); in nlm_do_free_all()
1066 nlm_host_notify_server(hostp, argp->state); in nlm_do_free_all()
1067 nlm_host_release(g, hostp); in nlm_do_free_all()