Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/nfs/
H A Dnfs_srvcache.c246 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_getcache()
358 rp->rc_proc = nd->nd_procnum; in nfsrv_getcache()
388 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_updatecache()
413 if (repvalid && nonidempotent[nd->nd_procnum]) { in nfsrv_updatecache()
415 nfsv2_repstat[nfsv2_procid[nd->nd_procnum]]) { in nfsrv_updatecache()
H A Dnfs_syscalls.c1342 if ((port >= IPPORT_RESERVED) && (nd->nd_procnum != NFSPROC_NULL)) { in nfssvc_nfsd()
1343 nd->nd_procnum = NFSPROC_NOOP; in nfssvc_nfsd()
1364 if (writes_todo || ((nd->nd_procnum == NFSPROC_WRITE) && (procrastinate > 0))) { in nfssvc_nfsd()
1367 error = (*(nfsrv_procs[nd->nd_procnum]))(nd, slp, &context, &mrep); in nfssvc_nfsd()
1381 nd->nd_procnum, error); in nfssvc_nfsd()
1394 OSAddAtomic64(1, &nfsrvstats.srvrpccntv3[nd->nd_procnum]); in nfssvc_nfsd()
H A Dnfs_socket.c6979 nd->nd_procnum = NFSPROC_NOOP; in nfsrv_getreq()
6986 nd->nd_procnum = NFSPROC_NOOP; in nfsrv_getreq()
6993 nd->nd_procnum = NFSPROC_NOOP; in nfsrv_getreq()
6997 nfsm_chain_get_32(error, nmreq, nd->nd_procnum);// NFS Procedure Number in nfsrv_getreq()
6999 if ((nd->nd_procnum >= NFS_NPROCS) || in nfsrv_getreq()
7000 ((nd->nd_vers == NFS_VER2) && (nd->nd_procnum > NFSV2PROC_STATFS))) { in nfsrv_getreq()
7002 nd->nd_procnum = NFSPROC_NOOP; in nfsrv_getreq()
7006 nd->nd_procnum = nfsv3_procid[nd->nd_procnum]; in nfsrv_getreq()
7018 if (nd->nd_procnum == NFSPROC_NULL) { in nfsrv_getreq()
7067 nd->nd_procnum = NFSPROC_NOOP; in nfsrv_getreq()
[all …]
H A Dnfs_subs.c3849 if (nd->nd_procnum == NFSV2PROC_GETATTR || in nfsrv_fhtovp()
3850 nd->nd_procnum == NFSV2PROC_STATFS) { in nfsrv_fhtovp()
3855 if (nd->nd_procnum == NFSPROC_FSINFO) { in nfsrv_fhtovp()
4616 if (nd->nd_procnum > NFSPROC_COMMIT) { in nfsrv_errmap()
4619 errp = defaulterrp = nfsrv_v3errmap[nd->nd_procnum]; in nfsrv_errmap()
H A Dnfs.h1207 u_int32_t nd_procnum; /* RPC # */ member
H A Dnfs_gss.c3027 if (proc != RPCSEC_GSS_DATA && nd->nd_procnum != NFSPROC_NULL) { in nfs_gss_svc_cred_get()