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

/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdsocket.c56 int (*nfsrv3_procs0[NFS_V3NPROCS])(struct nfsrv_descript *,
82 int (*nfsrv3_procs1[NFS_V3NPROCS])(struct nfsrv_descript *,
109 int (*nfsrv3_procs2[NFS_V3NPROCS])(struct nfsrv_descript *,
331 static int nfsrv_nonidempotent[NFS_V3NPROCS] = {
373 static int nfs_retfh[NFS_V3NPROCS] = { 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1,
378 static int nfsv3to4op[NFS_V3NPROCS] = {
H A Dnfs_nfsdkrpc.c57 int newnfs_nfsv3_procid[NFS_V3NPROCS] = {
129 if (rqst->rq_proc >= NFS_V3NPROCS) {
H A Dnfs_nfsdcache.c212 static int newnfsv2_procid[NFS_V3NPROCS] = {
248 static int nfsv2_repstat[NFS_V3NPROCS] = {
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs_commonkrpc.c129 static int nfsv2_procid[NFS_V3NPROCS] = {
649 if (nd->nd_procnum < NFS_V3NPROCS)
H A Dnfsport.h309 * NFS_V3NPROCS is one greater than the last V3 op and NFS_NPROCS is
312 #ifndef NFS_V3NPROCS
313 #define NFS_V3NPROCS 22 macro
360 #endif /* NFS_V3NPROCS */
H A Dnfsproto.h286 * NFS_V3NPROCS is one greater than the last V3 op and NFS_NPROCS is
289 #ifndef NFS_V3NPROCS
290 #define NFS_V3NPROCS 22 macro
337 #endif /* NFS_V3NPROCS */

Completed in 106 milliseconds