Home
last modified time | relevance | path

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

/trueos/sys/fs/nfsserver/
HDnfs_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] = {
HDnfs_nfsdkrpc.c60 int newnfs_nfsv3_procid[NFS_V3NPROCS] = {
132 if (rqst->rq_proc >= NFS_V3NPROCS) { in nfssvc_program()
HDnfs_nfsdcache.c212 static int newnfsv2_procid[NFS_V3NPROCS] = {
248 static int nfsv2_repstat[NFS_V3NPROCS] = {
/trueos/sys/fs/nfs/
HDnfsport.h311 #ifndef NFS_V3NPROCS
312 #define NFS_V3NPROCS 22 macro
HDnfsproto.h289 #ifndef NFS_V3NPROCS
290 #define NFS_V3NPROCS 22 macro
HDnfs_commonkrpc.c130 static int nfsv2_procid[NFS_V3NPROCS] = {
650 if (nd->nd_procnum < NFS_V3NPROCS) in newnfs_request()