Searched refs:NFS_V3NPROCS (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/fs/nfsserver/ |
| D | nfs_nfsdsocket.c | 59 int (*nfsrv3_procs0[NFS_V3NPROCS])(struct nfsrv_descript *, 85 int (*nfsrv3_procs1[NFS_V3NPROCS])(struct nfsrv_descript *, 112 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] = {
|
| D | nfs_nfsdkrpc.c | 60 int newnfs_nfsv3_procid[NFS_V3NPROCS] = { 136 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-12-stable/sys/fs/nfs/ |
| D | nfsproto.h | 317 #ifndef NFS_V3NPROCS 318 #define NFS_V3NPROCS 22 macro
|
| D | nfsport.h | 315 #ifndef NFS_V3NPROCS 316 #define NFS_V3NPROCS 22 macro
|
| D | nfs_commonkrpc.c | 140 static int nfsv2_procid[NFS_V3NPROCS] = { 723 if (nd->nd_procnum < NFS_V3NPROCS) in newnfs_request()
|