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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_srvcache.c240 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc &&
350 rp->rc_proc = nd->nd_procnum;
379 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc &&
404 if (repvalid && nonidempotent[nd->nd_procnum]) {
406 nfsv2_repstat[nfsv2_procid[nd->nd_procnum]]) {
H A Dnfs_syscalls.c1059 if ((port >= IPPORT_RESERVED) && (nd->nd_procnum != NFSPROC_NULL)) {
1060 nd->nd_procnum = NFSPROC_NOOP;
1081 if (writes_todo || ((nd->nd_procnum == NFSPROC_WRITE) && (procrastinate > 0)))
1084 error = (*(nfsrv_procs[nd->nd_procnum]))(nd, slp, &context, &mrep);
1097 nd->nd_procnum, error);
1111 OSAddAtomic64(1, &nfsstats.srvrpccnt[nd->nd_procnum]);
H A Dnfs_socket.c5940 nd->nd_procnum = NFSPROC_NOOP;
5947 nd->nd_procnum = NFSPROC_NOOP;
5954 nd->nd_procnum = NFSPROC_NOOP;
5958 nfsm_chain_get_32(error, nmreq, nd->nd_procnum);// NFS Procedure Number
5960 if ((nd->nd_procnum >= NFS_NPROCS) ||
5961 ((nd->nd_vers == NFS_VER2) && (nd->nd_procnum > NFSV2PROC_STATFS))) {
5963 nd->nd_procnum = NFSPROC_NOOP;
5967 nd->nd_procnum = nfsv3_procid[nd->nd_procnum];
5977 if (nd->nd_procnum
[all...]
H A Dnfs_subs.c3241 if (nd->nd_procnum == NFSV2PROC_GETATTR ||
3242 nd->nd_procnum == NFSV2PROC_STATFS)
3245 if (nd->nd_procnum == NFSPROC_FSINFO)
3989 if (nd->nd_procnum > NFSPROC_COMMIT)
3991 errp = defaulterrp = nfsrv_v3errmap[nd->nd_procnum];
H A Dnfs.h1070 u_int32_t nd_procnum; /* RPC # */ member in struct:nfsrv_descript
H A Dnfs_gss.c1968 if (proc != RPCSEC_GSS_DATA && nd->nd_procnum != NFSPROC_NULL) {

Completed in 154 milliseconds