Home
last modified time | relevance | path

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

/Linux-v4.19/fs/lockd/
Dhost.c142 host->h_name = nsm->sm_name; in nlm_alloc_host()
181 dprintk("lockd: destroy host %s\n", host->h_name); in nlm_destroy_host_locked()
259 host->h_name, host->h_addrbuf); in nlmclnt_lookup_host()
272 host->h_name, host->h_addrbuf); in nlmclnt_lookup_host()
289 dprintk("lockd: release client host %s\n", host->h_name); in nlmclnt_release_host()
377 __func__, host->h_name, host->h_addrbuf); in nlmsvc_lookup_host()
394 __func__, host->h_name, host->h_addrbuf); in nlmsvc_lookup_host()
412 dprintk("lockd: release server host %s\n", host->h_name); in nlmsvc_release_host()
427 host->h_name, host->h_addrbuf); in nlm_bind_host()
456 .servername = host->h_name, in nlm_bind_host()
[all …]
Dclntlock.c219 task = kthread_run(reclaimer, host, "%s-reclaim", host->h_name); in nlmclnt_recovery()
223 "(%ld)\n", host->h_name, PTR_ERR(task)); in nlmclnt_recovery()
246 dprintk("lockd: reclaiming locks for host %s\n", host->h_name); in reclaimer()
281 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.c273 (int)proc, host->h_name); in nlmclnt_call()
349 (int)proc, host->h_name); in __nlm_async_call()
/Linux-v4.19/tools/perf/scripts/python/
Dpowerpc-hcalls.py163 h_name = hcall_table_lookup(opcode)
169 print print_ptrn % (h_name, cnt, min_t, max_t, time/cnt)
/Linux-v4.19/include/linux/lockd/
Dlockd.h50 char *h_name; /* remote hostname */ member