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.c736 (nd->nd_procnum == NFSPROC_READ || in newnfs_request()
737 nd->nd_procnum == NFSPROC_READDIR || in newnfs_request()
738 nd->nd_procnum == NFSPROC_READDIRPLUS || in newnfs_request()
739 nd->nd_procnum == NFSPROC_WRITE)) { in newnfs_request()
756 if (nd->nd_procnum != NFSPROC_NULL) { in newnfs_request()
765 nd->nd_procnum != NFSPROC_NULL && (!NFSHASSYSKRB5(nmp) || in newnfs_request()
766 nfscl_use_gss[nd->nd_procnum])) { in newnfs_request()
811 nd->nd_procnum != NFSPROC_NULL && in newnfs_request()
834 if (nd->nd_procnum == NFSPROC_NULL) in newnfs_request()
865 procnum = nd->nd_procnum; in newnfs_request()
[all …]
H A Dnfs.h692 u_int16_t nd_procnum; /* RPC # */ member
H A Dnfs_commonsubs.c360 nd->nd_procnum = procnum; in nfscl_reqstart()
3891 nd->nd_procnum = procnum; in nfsrv_getuser()
4637 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.c144 nd.nd_procnum = newnfs_nfsv3_procid[rqst->rq_proc]; in nfssvc_program()
152 nd.nd_procnum = rqst->rq_proc; in nfssvc_program()
161 nd.nd_procnum = rqst->rq_proc; in nfssvc_program()
193 nd.nd_procnum != NFSPROC_NULL) { in nfssvc_program()
237 if (nd.nd_procnum != NFSPROC_NULL) { in nfssvc_program()
H A Dnfs_nfsdsubs.c1482 nd->nd_procnum == NFSPROC_LOOKUP) { in nfsrv_mtofh()
1521 nd->nd_procnum == NFSPROC_LOOKUP && in nfsrv_mtofh()
1551 if (nd->nd_procnum == NFSPROC_NOOP) in nfsd_errmap()
1554 errp = defaulterrp = nfsrv_v3errmap[nd->nd_procnum]; in nfsd_errmap()
1568 errp = defaulterrp = nfsrv_v4errmap[nd->nd_procnum]; in nfsd_errmap()
1898 if ((nd->nd_flag & ND_NFSV4) && (nd->nd_procnum == NFSV4OP_LOOKUPP || in nfsrv_parsename()
1899 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.c4505 nd->nd_procnum = NFSV4PROC_CBCOMPOUND; in nfsrv_docallback()
4515 nd->nd_procnum = NFSV4PROC_CBCOMPOUND; in nfsrv_docallback()
4534 nd->nd_procnum = NFSV4PROC_CBCOMPOUND; in nfsrv_docallback()
4561 nd->nd_procnum = NFSV4PROC_CBNULL; in nfsrv_docallback()
4589 } else if (nd->nd_procnum == NFSV4PROC_CBNULL) in nfsrv_docallback()
H A Dnfs_nfsdserv.c1582 } else if (nd->nd_procnum == NFSPROC_RMDIR) { in nfsrvd_remove()
4192 if (nd->nd_procnum == NFSV4OP_NVERIFY) { in nfsrvd_verify()
H A Dnfs_nfsdport.c4205 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.c3617 nd->nd_procnum = op; in nfscl_docb()
3637 nfsstatsv1.cbrpccnt[nd->nd_procnum]++; in nfscl_docb()
5193 if (nd->nd_procnum == NFSPROC_NOOP) in nfscl_errmap()
5205 if (nd->nd_procnum < NFSV4OP_CBNOPS) in nfscl_errmap()
5206 errp = defaulterrp = nfscl_cberrmap[nd->nd_procnum]; in nfscl_errmap()
/freebsd/sys/nfsserver/
H A Dnfs.h187 u_int32_t nd_procnum; /* RPC # */ member