Home
last modified time | relevance | path

Searched refs:h_name (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/lockd/
Dhost.c141 host->h_name = nsm->sm_name; in nlm_alloc_host()
180 dprintk("lockd: destroy host %s\n", host->h_name); in nlm_destroy_host_locked()
258 host->h_name, host->h_addrbuf); in nlmclnt_lookup_host()
271 host->h_name, host->h_addrbuf); in nlmclnt_lookup_host()
288 dprintk("lockd: release client host %s\n", host->h_name); in nlmclnt_release_host()
376 __func__, host->h_name, host->h_addrbuf); in nlmsvc_lookup_host()
391 __func__, host->h_name, host->h_addrbuf); in nlmsvc_lookup_host()
409 dprintk("lockd: release server host %s\n", host->h_name); in nlmsvc_release_host()
424 host->h_name, host->h_addrbuf); in nlm_bind_host()
453 .servername = host->h_name, in nlm_bind_host()
[all …]
Dclntlock.c218 task = kthread_run(reclaimer, host, "%s-reclaim", host->h_name); in nlmclnt_recovery()
222 "(%ld)\n", host->h_name, PTR_ERR(task)); in nlmclnt_recovery()
240 host->h_name); in reclaimer()
249 dprintk("lockd: reclaiming locks for host %s\n", host->h_name); in reclaimer()
284 dprintk("NLM: done reclaiming locks for host %s\n", host->h_name); in reclaimer()
Dsvcsubs.c389 host->h_name); in nlmsvc_free_host_resources()
Dclntproc.c263 (int)proc, host->h_name); in nlmclnt_call()
339 (int)proc, host->h_name); in __nlm_async_call()
/linux-4.4.14/include/linux/lockd/
Dlockd.h48 char *h_name; /* remote hostname */ member