Home
last modified time | relevance | path

Searched refs:nd_procnum (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c787 (nd->nd_procnum == NFSPROC_READ || in newnfs_request()
788 nd->nd_procnum == NFSPROC_READDIR || in newnfs_request()
789 nd->nd_procnum == NFSPROC_READDIRPLUS || in newnfs_request()
790 nd->nd_procnum == NFSPROC_WRITE)) { in newnfs_request()
807 if (nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
816 nd->nd_procnum != NFSPROC_NULL && (!NFSHASSYSKRB5(nmp) || in newnfs_request()
817 nfscl_use_gss[nd->nd_procnum])) { in newnfs_request()
862 nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
890 if (nd->nd_procnum == NFSPROC_NULL) in newnfs_request()
922 procnum = nd->nd_procnum; in newnfs_request()
[all …]
H A Dnfs.h672 u_int16_t nd_procnum; /* RPC # */ member
H A Dnfs_commonsubs.c392 nd->nd_procnum = procnum; in nfscl_reqstart()
4279 nd->nd_procnum = procnum; in nfsrv_getuser()
5063 nfs_bigreply[nd->nd_procnum]) { in nfsrvd_rephead()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c580 if (nd->nd_procnum == NFSPROC_READ || in nfsrvd_dorpc()
581 nd->nd_procnum == NFSPROC_WRITE || in nfsrvd_dorpc()
582 nd->nd_procnum == NFSPROC_READDIR || in nfsrvd_dorpc()
583 nd->nd_procnum == NFSPROC_READDIRPLUS || in nfsrvd_dorpc()
584 nd->nd_procnum == NFSPROC_READLINK || in nfsrvd_dorpc()
585 nd->nd_procnum == NFSPROC_GETATTR || in nfsrvd_dorpc()
586 nd->nd_procnum == NFSPROC_ACCESS || in nfsrvd_dorpc()
587 nd->nd_procnum == NFSPROC_FSSTAT || in nfsrvd_dorpc()
588 nd->nd_procnum == NFSPROC_FSINFO) in nfsrvd_dorpc()
594 &mp, nfsrv_writerpc[nd->nd_procnum], -1); in nfsrvd_dorpc()
[all …]
H A Dnfs_nfsdkrpc.c152 nd.nd_procnum = newnfs_nfsv3_procid[rqst->rq_proc]; in nfssvc_program()
160 nd.nd_procnum = rqst->rq_proc; in nfssvc_program()
169 nd.nd_procnum = rqst->rq_proc; in nfssvc_program()
202 nd.nd_procnum != NFSPROC_NULL) { in nfssvc_program()
246 if (nd.nd_procnum != NFSPROC_NULL) { in nfssvc_program()
H A Dnfs_nfsdsubs.c1483 nd->nd_procnum == NFSPROC_LOOKUP) { in nfsrv_mtofh()
1527 nd->nd_procnum == NFSPROC_LOOKUP && in nfsrv_mtofh()
1560 if (nd->nd_procnum == NFSPROC_NOOP) in nfsd_errmap()
1563 errp = defaulterrp = nfsrv_v3errmap[nd->nd_procnum]; in nfsd_errmap()
1577 errp = defaulterrp = nfsrv_v4errmap[nd->nd_procnum]; in nfsd_errmap()
1963 if ((nd->nd_flag & ND_NFSV4) && (nd->nd_procnum == NFSV4OP_LOOKUPP || in nfsrv_parsename()
1964 nd->nd_procnum == NFSV4OP_SECINFONONAME)) { in nfsrv_parsename()
H A Dnfs_nfsdcache.c342 if (nd->nd_procnum == NFSPROC_NULL) in nfsrvd_getcache()
354 newrp->rc_proc = nd->nd_procnum; in nfsrvd_getcache()
521 nfsv2_repstat[newnfsv2_procid[nd->nd_procnum]]) { in nfsrvd_updatecache()
H A Dnfs_nfsdstate.c4314 nd->nd_procnum = NFSV4PROC_CBCOMPOUND; in nfsrv_docallback()
4324 nd->nd_procnum = NFSV4PROC_CBCOMPOUND; in nfsrv_docallback()
4343 nd->nd_procnum = NFSV4PROC_CBCOMPOUND; in nfsrv_docallback()
4370 nd->nd_procnum = NFSV4PROC_CBNULL; in nfsrv_docallback()
4398 } else if (nd->nd_procnum == NFSV4PROC_CBNULL) in nfsrv_docallback()
H A Dnfs_nfsdserv.c1765 } else if (nd->nd_procnum == NFSPROC_RMDIR) { in nfsrvd_remove()
4479 if (nd->nd_procnum == NFSV4OP_NVERIFY) { in nfsrvd_verify()
H A Dnfs_nfsdport.c5093 if ((nd->nd_flag & ND_NFSV3) != 0 && nd->nd_procnum == NFSPROC_FSINFO) in nfsvno_testexp()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clkrpc.c80 nd.nd_procnum = rqst->rq_proc; in nfscb_program()
98 NFSCL_DEBUG(1, "cbproc=%d\n",nd.nd_procnum); in nfscb_program()
99 if (nd.nd_procnum != NFSPROC_NULL) { in nfscb_program()
H A Dnfs_clstate.c3670 nd->nd_procnum = op; in nfscl_docb()
3690 nfsstatsv1.cbrpccnt[nd->nd_procnum]++; in nfscl_docb()
5299 if (nd->nd_procnum == NFSPROC_NOOP) in nfscl_errmap()
5311 if (nd->nd_procnum < NFSV4OP_CBNOPS) in nfscl_errmap()
5312 errp = defaulterrp = nfscl_cberrmap[nd->nd_procnum]; in nfscl_errmap()
/freebsd/sys/nfsserver/
H A Dnfs.h187 u_int32_t nd_procnum; /* RPC # */ member