61b716be154e201978f3e35b2c1e8f24bcb6caba
[openafs.git] / src / config / param.nbsd70.h
1 /* NetBSD shared section */
2
3 #ifndef AFS_PARAM_COMMON_H
4 #define AFS_PARAM_COMMON_H 1
5
6 #define AFS_NAMEI_ENV  1        /* User space interface to file system */
7 #define AFS_64BIT_IOPS_ENV 1    /* Needed for NAMEI */
8 #define AFS_64BIT_CLIENT 1
9
10 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
11 #define AFS_SYSCALL 210
12
13 #define AFS_KALLOC(n)           kmem_alloc(n, KM_SLEEP)
14 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
15 #define AFS_KFREE               kmem_free
16 #define VATTR_NULL              vattr_null
17
18 #if 0
19 /* including this file before sysincludes.h is canonical, but
20  * NBSD40's mount.h defines MOUNT_AFS */
21
22 #ifndef MOUNT_AFS
23 #define MOUNT_AFS AFS_MOUNT_AFS
24 #endif
25
26 #endif /* 0 */
27
28 #define AFS_XBSD_ENV 1          /* {Free,Open,Net}BSD */
29
30 #define AFS_NBSD_ENV 1
31 #define AFS_NBSD15_ENV 1
32 #define AFS_NBSD16_ENV 1
33 #define AFS_NBSD20_ENV 1
34 #define AFS_NBSD30_ENV 1
35 #define AFS_NBSD40_ENV 1
36 #define AFS_NBSD50_ENV 1
37 #define AFS_NBSD60_ENV 1
38 #define AFS_NBSD70_ENV 1
39 #undef  AFS_NONFSTRANS
40 #define AFS_NONFSTRANS 1
41
42 #define AFS_VFSINCL_ENV 1
43
44 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
45
46 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
47 #define AFS_HAVE_STATVFS    1   /* System supports statvfs */
48 #endif
49
50 #ifndef UKERNEL
51
52 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
53 #include <sys/param.h>
54 #endif
55
56 #define FTRUNC O_TRUNC
57
58 #define IUPD 0x0010
59 #define IACC 0x0020
60 #define ICHG 0x0040
61 #define IMOD 0x0080
62
63 #define RXK_LISTENER_ENV  1
64
65 #include <afs/afs_sysnames.h>
66
67 #define AFS_VM_RDWR_ENV 1
68 #define AFS_VFS_ENV     1
69 #define AFS_GREEDY43_ENV        1
70
71 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
72 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
73 #define AFS_GLOBAL_SUNLOCK      1
74
75 /* Extra kernel definitions (from kdefs file) */
76 #ifdef _KERNEL_DEPRECATED
77 #define AFS_VFS34       1       /* What is VFS34??? */
78 #define AFS_SHORTGID    1       /* are group id's short? */
79 #define afsio_iov       uio_iov
80 #define afsio_iovcnt    uio_iovcnt
81 #define afsio_offset    uio_offset
82 #define afsio_seg       uio_segflg
83 #define afsio_resid     uio_resid
84 #define AFS_UIOSYS      UIO_SYSSPACE
85 #define AFS_UIOUSER     UIO_USERSPACE
86 #define AFS_CLBYTES     CLBYTES
87 #define osi_GetTime(x)  microtime(x)
88 #define AFS_KALLOC(x)   kalloc(x)
89 #define AFS_KFREE(x,y)  kfree(x,y)
90 #define v_count         v_usecount
91 #define v_vfsp          v_mount
92 #define vfs_bsize       mnt_stat.f_bsize
93 #define vfs_fsid        mnt_stat.f_fsid
94 #define va_nodeid       va_fileid
95 #define vfs_vnodecovered mnt_vnodecovered
96 #define direct          dirent
97
98 #ifndef MUTEX_DEFAULT
99 #define MUTEX_DEFAULT   0
100 #endif /* MUTEX_DEFAULT */
101
102 #ifndef SSYS
103 #define SSYS            0x00002
104 #endif /* SSYS */
105
106 #define p_rcred         p_ucred
107
108 #define VN_RELE(vp)     vrele(((struct vnode *)(vp)))
109 #define VN_HOLD(vp)     VREF(((struct vnode *)(vp)))
110
111 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
112 enum vcexcl { NONEXCL, EXCL };
113
114 #ifdef KERNEL
115 #ifndef MIN
116 #define MIN(A,B) ((A) < (B) ? (A) : (B))
117 #endif
118 #ifndef MAX
119 #define MAX(A,B) ((A) > (B) ? (A) : (B))
120 #endif
121 #endif /* KERNEL */
122
123 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ && !defined(IGNORE_STDS_H) */
124 #endif /* _KERNEL_DEPRECATED */
125
126 #else /* !defined(UKERNEL) */
127
128
129 /* This section for user space compiles only */
130
131 #define UKERNEL                 1       /* user space kernel */
132
133 #include <afs/afs_sysnames.h>
134
135 #define AFS_USERSPACE_IP_ADDR 1
136 #define RXK_LISTENER_ENV      1
137 #define AFS_GCPAGS            0 /* if nonzero, garbage collect PAGs */
138
139 #define afsio_iov       uio_iov
140 #define afsio_iovcnt    uio_iovcnt
141 #define afsio_offset    uio_offset
142 #define afsio_seg       uio_segflg
143 #define afsio_fmode     uio_fmode
144 #define afsio_resid     uio_resid
145 #define AFS_UIOSYS      UIO_SYSSPACE
146 #define AFS_UIOUSER     UIO_USERSPACE
147 #define AFS_CLBYTES     MCLBYTES
148 #define AFS_MINCHANGE   2
149 #define VATTR_NULL      usr_vattr_null
150
151 #define AFS_DIRENT
152 #ifndef CMSERVERPREF
153 #define CMSERVERPREF
154 #endif
155
156 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H) && !defined()
157 #include <limits.h>
158 #include <sys/param.h>
159 #include <sys/types.h>
160 #include <sys/mount.h>
161 #include <sys/fcntl.h>
162 #include <netinet/in.h>
163 #include <sys/uio.h>
164 #include <sys/socket.h>
165 #endif
166
167 #endif /* !defined(UKERNEL) */
168
169 #define ROOTINO UFS_ROOTINO
170
171 #endif /* AFS_PARAM_COMMON_H */