Home
last modified time | relevance | path

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

/mirbsd/src/sys/nfs/
Dnfs_srvcache.c177 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc &&
255 rp->rc_proc = nd->nd_procnum;
280 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc &&
293 if (repvalid && nonidempotent[nd->nd_procnum]) {
295 nfsv2_repstat[nfsv2_procid[nd->nd_procnum]]) {
Dnfs_socket.c1532 nd->nd_procnum = NFSPROC_NOOP;
1537 nd->nd_procnum = NFSPROC_NOOP;
1544 nd->nd_procnum = NFSPROC_NOOP;
1549 nd->nd_procnum = fxdr_unsigned(u_int32_t, *tl++);
1550 if (nd->nd_procnum == NFSPROC_NULL)
1552 if (nd->nd_procnum >= NFS_NPROCS ||
1553 (nd->nd_procnum > NFSPROC_COMMIT) ||
1554 (!nd->nd_flag && nd->nd_procnum > NFSV2PROC_STATFS)) {
1556 nd->nd_procnum = NFSPROC_NOOP;
1560 nd->nd_procnum = nfsv3_procid[nd->nd_procnum];
[all …]
Dnfs_syscalls.c630 nd->nd_procnum = NFSPROC_NOOP;
644 nd->nd_procnum == NFSPROC_WRITE &&
649 error = (*(nfsrv3_procs[nd->nd_procnum]))(nd,
660 nfsstats.srvrpccnt[nd->nd_procnum]++;
891 rt->proc = nd->nd_procnum;
Dnfs.h417 unsigned int nd_procnum; /* RPC # */ member
Dnfs_subs.c1931 if (nd->nd_procnum <= NFSPROC_COMMIT) {
1932 errp = defaulterrp = nfsrv_v3errmap[nd->nd_procnum];