5 #include <SupportDefs.h>
7 const int32 NFS_VERSION
=2;
8 const int32 NFS_PROGRAM
=100003;
25 NFSERR_NAMETOOLONG
=63,
33 typedef enum nfs_ftype
43 //#define NFS_MAXDATA 8192
44 #define NFS_MAXDATA 1024
46 /* The maximum number of bytes in a pathname argument. */
47 #define NFS_MAXPATHLEN 1024
49 /* The maximum number of bytes in a file name argument. */
50 #define NFS_MAXNAMLEN 255
52 /* The size in bytes of the opaque "cookie" passed by READDIR. */
53 #define NFS_COOKIESIZE 4
55 /* The size in bytes of the opaque file handle. */
67 NFSPROC_WRITECACHE
= 7,
82 char opaque
[NFS_FHSIZE
];
87 char opaque
[NFS_COOKIESIZE
];