HomeSort by: relevance | last modified time | path
    Searched refs:nr_client (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/fs/nfs/client/
nfsmount.h 92 #define nm_client nm_sockreq.nr_client
  /src/sys/fs/nfs/common/
nfs_commonkrpc.c 345 if (nrp->nr_client != NULL) {
352 nrp->nr_client = client;
383 if (nrp->nr_client != NULL) {
384 client = nrp->nr_client;
385 nrp->nr_client = NULL;
418 auth = rpc_gss_secfind_call(nrp->nr_client, cred,
421 auth = rpc_gss_seccreate_call(nrp->nr_client, cred,
529 if (nrp->nr_client == NULL)
750 stat = clnt_bck_call(nrp->nr_client, &ext, procnum,
753 stat = CLNT_CALL_MBUF(nrp->nr_client, &ext, procnum
    [all...]
nfs.h 536 struct __rpc_client *nr_client; member in struct:nfssockreq
nfs_commonsubs.c 3092 rp->nr_client = NULL;
  /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/server/
nfs_nfsdstate.c 614 != 0 && clp->lc_req.nr_client == NULL) {
615 clp->lc_req.nr_client = (struct __rpc_client *)
618 if (clp->lc_req.nr_client != NULL) {
621 clp->lc_req.nr_client->cl_private;
3878 clp->lc_req.nr_client = NULL;
4186 if (clp->lc_req.nr_client == NULL) {
5806 if (sep->sess_clp->lc_req.nr_client != NULL &&
5811 sep->sess_clp->lc_req.nr_client->cl_private;
5819 if (sep->sess_clp->lc_req.nr_client == NULL)

Completed in 51 milliseconds