Searched refs:h_name (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/lockd/ |
| D | host.c | 143 host->h_name = nsm->sm_name; in nlm_alloc_host() 183 dprintk("lockd: destroy host %s\n", host->h_name); in nlm_destroy_host_locked() 266 host->h_name, host->h_addrbuf); in nlmclnt_lookup_host() 279 host->h_name, host->h_addrbuf); in nlmclnt_lookup_host() 296 dprintk("lockd: release client host %s\n", host->h_name); in nlmclnt_release_host() 383 __func__, host->h_name, host->h_addrbuf); in nlmsvc_lookup_host() 400 __func__, host->h_name, host->h_addrbuf); in nlmsvc_lookup_host() 418 dprintk("lockd: release server host %s\n", host->h_name); in nlmsvc_release_host() 433 host->h_name, host->h_addrbuf); in nlm_bind_host() 462 .servername = host->h_name, in nlm_bind_host() [all …]
|
| D | clntlock.c | 220 task = kthread_run(reclaimer, host, "%s-reclaim", host->h_name); in nlmclnt_recovery() 224 "(%ld)\n", host->h_name, PTR_ERR(task)); in nlmclnt_recovery() 247 dprintk("lockd: reclaiming locks for host %s\n", host->h_name); in reclaimer() 282 dprintk("NLM: done reclaiming locks for host %s\n", host->h_name); in reclaimer()
|
| D | svcsubs.c | 390 host->h_name); in nlmsvc_free_host_resources()
|
| D | clntproc.c | 275 (int)proc, host->h_name); in nlmclnt_call() 351 (int)proc, host->h_name); in __nlm_async_call()
|
| /Linux-v5.4/tools/perf/scripts/python/ |
| D | powerpc-hcalls.py | 165 h_name = hcall_table_lookup(opcode) 171 print(print_ptrn % (h_name, cnt, min_t, max_t, time//cnt))
|
| /Linux-v5.4/include/linux/lockd/ |
| D | lockd.h | 50 char *h_name; /* remote hostname */ member
|