HomeSort by: relevance | last modified time | path
    Searched defs:af_host (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 223 struct nlm_host *af_host; /* (c) host which is locking */ member in struct:nlm_async_lock
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
    [all...]
nlm_prot_impl.c 223 struct nlm_host *af_host; /* (c) host which is locking */ member in struct:nlm_async_lock
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
    [all...]

Completed in 145 milliseconds