HomeSort by: relevance | last modified time | path
    Searched refs:nd_procnum (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_commonkrpc.c 540 if (nd->nd_procnum != NFSPROC_NULL) {
549 nd->nd_procnum != NFSPROC_NULL) {
591 nd->nd_procnum != NFSPROC_NULL &&
614 if (nd->nd_procnum == NFSPROC_NULL)
645 procnum = nd->nd_procnum;
647 nd->nd_procnum != NFSPROC_NULL &&
648 nd->nd_procnum != NFSV4PROC_CBCOMPOUND)
656 if (nd->nd_procnum < NFS_V3NPROCS)
657 procnum = nfsv2_procid[nd->nd_procnum];
677 nfscl_nfs4_start_probes[nd->nd_procnum];
    [all...]
nfs.h 589 u_int16_t nd_procnum; /* RPC # */ member in struct:nfsrv_descript
nfs_commonsubs.c 3160 nd->nd_procnum = procnum;
3890 nfs_bigreply[nd->nd_procnum]) {
  /src/sys/fs/nfs/client/
nfs_clkrpc.c 80 nd.nd_procnum = rqst->rq_proc;
98 NFSCL_DEBUG(1, "cbproc=%d\n",nd.nd_procnum);
99 if (nd.nd_procnum != NFSPROC_NULL) {
nfs_clcomsubs.c 153 nd->nd_procnum = procnum;
nfs_clstate.c 3219 nd->nd_procnum = op;
3221 nfsstatsv1.cbrpccnt[nd->nd_procnum]++;
4656 if (nd->nd_procnum == NFSPROC_NOOP)
4668 if (nd->nd_procnum < NFSV4OP_CBNOPS)
4669 errp = defaulterrp = nfscl_cberrmap[nd->nd_procnum];
  /src/sys/fs/nfs/server/
nfs_nfsdsocket.c 504 if (nd->nd_procnum == NFSPROC_READ ||
505 nd->nd_procnum == NFSPROC_WRITE ||
506 nd->nd_procnum == NFSPROC_READDIR ||
507 nd->nd_procnum == NFSPROC_READDIRPLUS ||
508 nd->nd_procnum == NFSPROC_READLINK ||
509 nd->nd_procnum == NFSPROC_GETATTR ||
510 nd->nd_procnum == NFSPROC_ACCESS ||
511 nd->nd_procnum == NFSPROC_FSSTAT ||
512 nd->nd_procnum == NFSPROC_FSINFO)
518 &mp, nfs_writerpc[nd->nd_procnum], p)
    [all...]
nfs_nfsdkrpc.c 134 nd.nd_procnum = newnfs_nfsv3_procid[rqst->rq_proc];
142 nd.nd_procnum = rqst->rq_proc;
151 nd.nd_procnum = rqst->rq_proc;
183 nd.nd_procnum != NFSPROC_NULL) {
213 if (nd.nd_procnum != NFSPROC_NULL) {
nfs_nfsdsubs.c 1448 nd->nd_procnum == NFSPROC_LOOKUP) {
1481 nd->nd_procnum == NFSPROC_LOOKUP &&
1509 if (nd->nd_procnum == NFSPROC_NOOP)
1512 errp = defaulterrp = nfsrv_v3errmap[nd->nd_procnum];
1524 errp = defaulterrp = nfsrv_v4errmap[nd->nd_procnum];
1854 if ((nd->nd_flag & ND_NFSV4) && nd->nd_procnum == NFSV4OP_LOOKUPP) {
nfs_nfsdcache.c 337 if (nd->nd_procnum == NFSPROC_NULL)
349 newrp->rc_proc = nd->nd_procnum;
515 nfsv2_repstat[newnfsv2_procid[nd->nd_procnum]]) {
nfs_nfsdstate.c 4140 nd->nd_procnum = NFSV4PROC_CBCOMPOUND;
4150 nd->nd_procnum = NFSV4PROC_CBCOMPOUND;
4168 nd->nd_procnum = NFSV4PROC_CBNULL;
4189 else if (nd->nd_procnum == NFSV4PROC_CBNULL)
nfs_nfsdport.c 2651 nd->nd_procnum != NFSV4OP_SECINFO &&
2652 nd->nd_procnum != NFSPROC_FSINFO) {
nfs_nfsdserv.c 1411 } else if (nd->nd_procnum == NFSPROC_RMDIR) {
3621 if (nd->nd_procnum == NFSV4OP_NVERIFY) {
  /src/sys/nfs/
nfs_socket.c 1039 nd->nd_procnum = NFSPROC_NOOP;
1044 nd->nd_procnum = NFSPROC_NOOP;
1051 nd->nd_procnum = NFSPROC_NOOP;
1056 nd->nd_procnum = fxdr_unsigned(u_int32_t, *tl++);
1057 if (nd->nd_procnum == NFSPROC_NULL)
1059 if (nd->nd_procnum > NFSPROC_COMMIT ||
1060 (!nd->nd_flag && nd->nd_procnum > NFSV2PROC_STATFS)) {
1062 nd->nd_procnum = NFSPROC_NOOP;
1066 nd->nd_procnum = nfsv3_procid[nd->nd_procnum];
    [all...]
nfs_srvcache.c 195 nd->nd_procnum == rp->rc_proc &&
318 rp->rc_proc = nd->nd_procnum;
359 if (repvalid && nonidempotent[nd->nd_procnum]) {
361 nfsv2_repstat[nfsv2_procid[nd->nd_procnum]]) {
nfs_syscalls.c 757 nd->nd_procnum = NFSPROC_NOOP;
775 nd->nd_procnum == NFSPROC_WRITE &&
781 (*(nfsrv3_procs[nd->nd_procnum]))
801 nfsstats.srvrpccnt[nd->nd_procnum]++;
1082 rt->proc = nd->nd_procnum;
nfs.h 534 u_int32_t nd_procnum; /* RPC # */ member in struct:nfsrv_descript
nfs_subs.c 2007 if (nd->nd_procnum <= NFSPROC_COMMIT) {
2008 errp = defaulterrp = nfsrv_v3errmap[nd->nd_procnum];

Completed in 38 milliseconds