Searched refs:nr_client (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_commonkrpc.c | 554 if (nrp->nr_client != NULL) { in newnfs_disconnect() 555 client = nrp->nr_client; in newnfs_disconnect() 556 nrp->nr_client = NULL; in newnfs_disconnect() 608 auth = rpc_gss_secfind_call(nrp->nr_client, cred, in nfs_getauth() 613 auth = rpc_gss_seccreate_call(nrp->nr_client, cred, in nfs_getauth() 725 if (nrp->nr_client == NULL) in newnfs_request() 726 newnfs_connect(nmp, nrp, cred, td, 0, false, &nrp->nr_client); in newnfs_request() 987 stat = clnt_bck_call(nrp->nr_client, &ext, procnum, in newnfs_request() 1003 stat = CLNT_CALL_MBUF(nrp->nr_client, &ext, procnum, in newnfs_request() 1524 if (nmp->nm_sockreq.nr_client != NULL) in newnfs_nmcancelreqs() [all …]
|
| H A D | nfs.h | 614 struct __rpc_client *nr_client; member
|
| H A D | nfs_commonsubs.c | 4165 rp->nr_client = NULL; in nfsrv_nfsuserdport() 4202 &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 | 102 #define nm_client nm_sockreq.nr_client
|
| H A D | nfs_clvfsops.c | 762 cred, td, 0, false, &nmp->nm_sockreq.nr_client)) { in nfs_decode_args() 1689 &nmp->nm_sockreq.nr_client))) in mountnfs()
|
| H A D | nfs_clstate.c | 5537 dsp->nfsclds_sockp->nr_client != NULL) { in nfscl_cancelreqs() 5539 cl = dsp->nfsclds_sockp->nr_client; in nfscl_cancelreqs()
|
| H A D | nfs_clrpcops.c | 6417 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 | 832 if (clp->lc_req.nr_client == NULL) { in nfsrv_getclient() 833 clp->lc_req.nr_client = client; in nfsrv_getclient() 836 if (clp->lc_req.nr_client != NULL) { in nfsrv_getclient() 838 CLNT_ACQUIRE(clp->lc_req.nr_client); in nfsrv_getclient() 839 nd->nd_xprt->xp_p2 = clp->lc_req.nr_client; in nfsrv_getclient() 4098 clp->lc_req.nr_client = NULL; in nfsrv_getclientipaddr() 4400 if (clp->lc_req.nr_client == NULL) { in nfsrv_docallback() 4409 NULL, 1, dotls, &clp->lc_req.nr_client); in nfsrv_docallback() 4412 NULL, 3, dotls, &clp->lc_req.nr_client); in nfsrv_docallback() 6128 if (sep->sess_clp->lc_req.nr_client == NULL || in nfsrv_checksequence() [all …]
|