OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nr_client
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/nlm/
nlm_prot_impl.c
241
CLIENT *
nr_client
; /* (l) RPC client handle */
member in struct:nlm_rpc
727
if (host->nh_srvrpc.
nr_client
)
728
CLNT_RELEASE(host->nh_srvrpc.
nr_client
);
729
if (host->nh_clntrpc.
nr_client
)
730
CLNT_RELEASE(host->nh_clntrpc.
nr_client
);
1027
if (host->nh_addr.ss_len && host->nh_srvrpc.
nr_client
) {
1034
client = host->nh_srvrpc.
nr_client
;
1035
host->nh_srvrpc.
nr_client
= NULL;
1284
if (rpc->
nr_client
&& time_uptime > rpc->nr_create_time + 2*60) {
1285
client = rpc->
nr_client
;
[
all
...]
/src/sys/fs/nfs/common/
nfs.h
536
struct __rpc_client *
nr_client
;
member in struct:nfssockreq
Completed in 124 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025