Searched refs:nr_client (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonkrpc.c | 553 if (nrp->nr_client != NULL) { in newnfs_disconnect() 554 client = nrp->nr_client; in newnfs_disconnect() 555 nrp->nr_client = NULL; in newnfs_disconnect() 605 auth = rpc_gss_secfind_call(nrp->nr_client, cred, in nfs_getauth() 610 auth = rpc_gss_seccreate_call(nrp->nr_client, cred, in nfs_getauth() 722 if (nrp->nr_client == NULL) in newnfs_request() 723 newnfs_connect(nmp, nrp, cred, td, 0, false, &nrp->nr_client); in newnfs_request() 971 stat = clnt_bck_call(nrp->nr_client, &ext, procnum, in newnfs_request() 987 stat = CLNT_CALL_MBUF(nrp->nr_client, &ext, procnum, in newnfs_request() 1504 if (nmp->nm_sockreq.nr_client != NULL) in newnfs_nmcancelreqs() [all …]
|
H A D | nfs.h | 637 struct __rpc_client *nr_client; member
|
H A D | nfs_commonsubs.c | 3779 rp->nr_client = NULL; in nfsrv_nfsuserdport() 3816 &rp->nr_client); in nfsrv_nfsuserdport()
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 225 CLIENT *nr_client; /* (l) RPC client handle */ member 724 if (host->nh_srvrpc.nr_client) in nlm_host_destroy() 725 CLNT_RELEASE(host->nh_srvrpc.nr_client); in nlm_host_destroy() 726 if (host->nh_clntrpc.nr_client) in nlm_host_destroy() 727 CLNT_RELEASE(host->nh_clntrpc.nr_client); in nlm_host_destroy() 1025 if (host->nh_addr.ss_len && host->nh_srvrpc.nr_client) { in nlm_find_host_by_name() 1032 client = host->nh_srvrpc.nr_client; in nlm_find_host_by_name() 1033 host->nh_srvrpc.nr_client = NULL; in nlm_find_host_by_name() 1281 if (rpc->nr_client && time_uptime > rpc->nr_create_time + 2*60) { in nlm_host_get_rpc() 1282 client = rpc->nr_client; in nlm_host_get_rpc() [all …]
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfsmount.h | 101 #define nm_client nm_sockreq.nr_client
|
H A D | nfs_clvfsops.c | 757 cred, td, 0, false, &nmp->nm_sockreq.nr_client)) { in nfs_decode_args() 1682 &nmp->nm_sockreq.nr_client))) in mountnfs()
|
H A D | nfs_clstate.c | 5463 dsp->nfsclds_sockp->nr_client != NULL) { in nfscl_cancelreqs() 5465 cl = dsp->nfsclds_sockp->nr_client; in nfscl_cancelreqs()
|
H A D | nfs_clrpcops.c | 6246 error = newnfs_connect(nmp, nrp, NULL, p, 0, false, &nrp->nr_client); in nfsrpc_fillsa()
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 833 if (clp->lc_req.nr_client == NULL) { in nfsrv_getclient() 834 clp->lc_req.nr_client = client; in nfsrv_getclient() 837 if (clp->lc_req.nr_client != NULL) { in nfsrv_getclient() 839 CLNT_ACQUIRE(clp->lc_req.nr_client); in nfsrv_getclient() 840 nd->nd_xprt->xp_p2 = clp->lc_req.nr_client; in nfsrv_getclient() 4100 clp->lc_req.nr_client = NULL; in nfsrv_getclientipaddr() 4582 if (clp->lc_req.nr_client == NULL) { in nfsrv_docallback() 4591 NULL, 1, dotls, &clp->lc_req.nr_client); in nfsrv_docallback() 4594 NULL, 3, dotls, &clp->lc_req.nr_client); in nfsrv_docallback() 6310 if (sep->sess_clp->lc_req.nr_client == NULL || in nfsrv_checksequence() [all …]
|