Home | History | Annotate | Download | only in nlm

Lines Matching defs:af_host

223 	struct nlm_host *af_host;	/* (c) host which is locking */
575 " cookie %d:%d\n", af, af->af_host->nh_caller_name,
576 af->af_host->nh_sysid, ng_sysid(&af->af_granted.cookie),
589 if (af->af_host->nh_vers == NLM_VERS4) {
617 mtx_lock(&af->af_host->nh_lock);
618 TAILQ_REMOVE(&af->af_host->nh_pending, af, af_link);
619 TAILQ_INSERT_TAIL(&af->af_host->nh_granted, af, af_link);
620 mtx_unlock(&af->af_host->nh_lock);
651 struct nlm_host *host = af->af_host;
698 " cookie %d:%d\n", af, af->af_host->nh_caller_name,
699 af->af_host->nh_sysid, ng_sysid(&af->af_granted.cookie),
2065 af->af_host = host;