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

  /src/sys/fs/nfs/server/
nfs_nfsdsocket.c 58 int (*nfsrv3_procs0[NFS_V3NPROCS])(struct nfsrv_descript *,
84 int (*nfsrv3_procs1[NFS_V3NPROCS])(struct nfsrv_descript *,
111 int (*nfsrv3_procs2[NFS_V3NPROCS])(struct nfsrv_descript *,
333 static int nfsrv_nonidempotent[NFS_V3NPROCS] = {
375 static int nfs_retfh[NFS_V3NPROCS] = { 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1,
380 static int nfsv3to4op[NFS_V3NPROCS] = {
nfs_nfsdkrpc.c 65 int newnfs_nfsv3_procid[NFS_V3NPROCS] = {
137 if (rqst->rq_proc >= NFS_V3NPROCS) {
nfs_nfsdcache.c 214 static int newnfsv2_procid[NFS_V3NPROCS] = {
250 static int nfsv2_repstat[NFS_V3NPROCS] = {
  /src/sys/fs/nfs/common/
nfs_commonkrpc.c 136 static int nfsv2_procid[NFS_V3NPROCS] = {
656 if (nd->nd_procnum < NFS_V3NPROCS)
nfsport.h 310 * NFS_V3NPROCS is one greater than the last V3 op and NFS_NPROCS is
313 #ifndef NFS_V3NPROCS
314 #define NFS_V3NPROCS 22
361 #endif /* NFS_V3NPROCS */
nfsproto.h 288 * NFS_V3NPROCS is one greater than the last V3 op and NFS_NPROCS is
291 #ifndef NFS_V3NPROCS
292 #define NFS_V3NPROCS 22
339 #endif /* NFS_V3NPROCS */

Completed in 28 milliseconds