Searched refs:NFS_V3NPROCS (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/fs/nfsserver/ |
| D | nfs_nfsdsocket.c | 56 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] = {
|
| D | nfs_nfsdkrpc.c | 60 int newnfs_nfsv3_procid[NFS_V3NPROCS] = { 132 if (rqst->rq_proc >= NFS_V3NPROCS) { in nfssvc_program()
|
| D | nfs_nfsdcache.c | 212 static int newnfsv2_procid[NFS_V3NPROCS] = { 248 static int nfsv2_repstat[NFS_V3NPROCS] = {
|
| /freebsd-10-stable/sys/fs/nfs/ |
| D | nfsport.h | 311 #ifndef NFS_V3NPROCS 312 #define NFS_V3NPROCS 22 macro
|
| D | nfsproto.h | 303 #ifndef NFS_V3NPROCS 304 #define NFS_V3NPROCS 22 macro
|
| D | nfs_commonkrpc.c | 131 static int nfsv2_procid[NFS_V3NPROCS] = { 664 if (nd->nd_procnum < NFS_V3NPROCS) in newnfs_request()
|