Searched refs:h_name (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/lockd/ |
D | host.c | 142 host->h_name = nsm->sm_name; in nlm_alloc_host() 182 dprintk("lockd: destroy host %s\n", host->h_name); in nlm_destroy_host_locked() 265 host->h_name, host->h_addrbuf); in nlmclnt_lookup_host() 278 host->h_name, host->h_addrbuf); in nlmclnt_lookup_host() 295 dprintk("lockd: release client host %s\n", host->h_name); in nlmclnt_release_host() 382 __func__, host->h_name, host->h_addrbuf); in nlmsvc_lookup_host() 399 __func__, host->h_name, host->h_addrbuf); in nlmsvc_lookup_host() 417 dprintk("lockd: release server host %s\n", host->h_name); in nlmsvc_release_host() 432 host->h_name, host->h_addrbuf); in nlm_bind_host() 456 .servername = host->h_name, in nlm_bind_host() [all …]
|
D | clntlock.c | 218 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() 245 dprintk("lockd: reclaiming locks for host %s\n", host->h_name); in reclaimer() 280 dprintk("NLM: done reclaiming locks for host %s\n", host->h_name); in reclaimer()
|
D | clntproc.c | 279 (int)proc, host->h_name); in nlmclnt_call() 355 (int)proc, host->h_name); in __nlm_async_call()
|
D | svcsubs.c | 436 host->h_name); in nlmsvc_free_host_resources()
|
/linux-6.12.1/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-6.12.1/scripts/ |
D | get_feat.pl | 75 my $h_name = "Feature"; 82 my $max_size_name = length($h_name); 229 printf "%-${max_size_name}s ", $h_name; 422 printf "|%-${max_size_name}s", $h_name;
|
/linux-6.12.1/include/linux/lockd/ |
D | lockd.h | 50 char *h_name; /* remote hostname */ member
|