Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/fs/nfsserver/
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] = {
Dnfs_nfsdkrpc.c60 int newnfs_nfsv3_procid[NFS_V3NPROCS] = {
132 if (rqst->rq_proc >= NFS_V3NPROCS) { in nfssvc_program()
Dnfs_nfsdcache.c212 static int newnfsv2_procid[NFS_V3NPROCS] = {
248 static int nfsv2_repstat[NFS_V3NPROCS] = {
/freebsd-10-stable/sys/fs/nfs/
Dnfsport.h311 #ifndef NFS_V3NPROCS
312 #define NFS_V3NPROCS 22 macro
Dnfsproto.h303 #ifndef NFS_V3NPROCS
304 #define NFS_V3NPROCS 22 macro
Dnfs_commonkrpc.c131 static int nfsv2_procid[NFS_V3NPROCS] = {
664 if (nd->nd_procnum < NFS_V3NPROCS) in newnfs_request()