Searched refs:h_name (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/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() 457 .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 | clntproc.c | 275 (int)proc, host->h_name); in nlmclnt_call() 351 (int)proc, host->h_name); in __nlm_async_call()
|
D | svcsubs.c | 431 host->h_name); in nlmsvc_free_host_resources()
|
/Linux-v5.15/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.15/scripts/ |
D | get_feat.pl | 73 my $h_name = "Feature"; 80 my $max_size_name = length($h_name); 223 printf "%-${max_size_name}s ", $h_name; 416 printf "|%-${max_size_name}s", $h_name;
|
/Linux-v5.15/include/linux/lockd/ |
D | lockd.h | 50 char *h_name; /* remote hostname */ member
|