Home
last modified time | relevance | path

Searched refs:nr_client (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c553 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()
971 stat = clnt_bck_call(nrp->nr_client, &ext, procnum, in newnfs_request()
1478 if (nmp->nm_sockreq.nr_client != NULL) in newnfs_nmcancelreqs()
1479 CLNT_CLOSE(nmp->nm_sockreq.nr_client); in newnfs_nmcancelreqs()
1490 dsp->nfsclds_sockp->nr_client != NULL) { in newnfs_nmcancelreqs()
[all …]
H A Dnfs.h637 struct __rpc_client *nr_client; member
H A Dnfs_commonsubs.c3758 rp->nr_client = NULL; in nfsrv_nfsuserdport()
3795 &rp->nr_client); in nfsrv_nfsuserdport()
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c723 if (host->nh_srvrpc.nr_client) in nlm_host_destroy()
724 CLNT_RELEASE(host->nh_srvrpc.nr_client); in nlm_host_destroy()
725 if (host->nh_clntrpc.nr_client) in nlm_host_destroy()
1031 client = host->nh_srvrpc.nr_client; in nlm_find_host_by_name()
1032 host->nh_srvrpc.nr_client = NULL; in nlm_find_host_by_name()
1281 client = rpc->nr_client; in nlm_host_get_rpc()
1282 rpc->nr_client = NULL; in nlm_host_get_rpc()
1288 if (!rpc->nr_client) { in nlm_host_get_rpc()
1295 if (rpc->nr_client) { in nlm_host_get_rpc()
1300 rpc->nr_client = client; in nlm_host_get_rpc()
[all …]
/freebsd/sys/fs/nfsclient/
H A Dnfsmount.h101 #define nm_client nm_sockreq.nr_client
H A Dnfs_clvfsops.c757 cred, td, 0, false, &nmp->nm_sockreq.nr_client)) { in nfs_decode_args()
1679 &nmp->nm_sockreq.nr_client))) in mountnfs()
H A Dnfs_clstate.c5444 dsp->nfsclds_sockp->nr_client != NULL) { in nfscl_cancelreqs()
5446 cl = dsp->nfsclds_sockp->nr_client; in nfscl_cancelreqs()
H A Dnfs_clrpcops.c6114 error = newnfs_connect(nmp, nrp, NULL, p, 0, false, &nrp->nr_client); in nfsrpc_fillsa()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c752 if (clp->lc_req.nr_client == NULL) in nfsrv_getclient()
756 if (clp->lc_req.nr_client != NULL) { in nfsrv_getclient()
758 CLNT_ACQUIRE(clp->lc_req.nr_client); in nfsrv_getclient()
759 nd->nd_xprt->xp_p2 = clp->lc_req.nr_client; in nfsrv_getclient()
4016 clp->lc_req.nr_client = NULL; in nfsrv_getclientipaddr()
4496 if (clp->lc_req.nr_client == NULL) { in nfsrv_docallback()
4505 NULL, 1, dotls, &clp->lc_req.nr_client); in nfsrv_docallback()
4508 NULL, 3, dotls, &clp->lc_req.nr_client); in nfsrv_docallback()
6416 if (clp->lc_req.nr_client == NULL) { in nfsrv_bindconnsess()
6423 if (clp->lc_req.nr_client != NULL) { in nfsrv_bindconnsess()
[all …]