Lines Matching defs:host
92 const struct nlm_host *host)
102 .nodename = host->nodename,
111 clnt = nsm_create(host->net, host->nodename);
115 host->net->ns.inum);
139 * @host: pointer to nlm_host of peer to notify
148 int nsm_monitor(const struct nlm_host *host)
150 struct nsm_handle *nsm = host->h_nsmhandle;
165 status = nsm_mon_unmon(nsm, NSMPROC_MON, &res, host);
183 * @host: pointer to nlm_host of peer to stop monitoring
189 void nsm_unmonitor(const struct nlm_host *host)
191 struct nsm_handle *nsm = host->h_nsmhandle;
199 status = nsm_mon_unmon(nsm, NSMPROC_UNMON, &res, host);
247 * host. It is passed to the local rpc.statd via NSMPROC_MON, and
254 * be sent to the kernel, it could cause the wrong host to lose its
398 dprintk("lockd: host %s (%s) rebooted, cnt %d\n",
437 * "mon_name" specifies the host to be monitored.
447 * (via the NLMPROC_SM_NOTIFY call) that the state of host "mon_name"