no-copy-libafs-builds-20021015
[openafs.git] / src / config / param.i386_fbsd_46.h
1 #ifndef UKERNEL
2 /* This section for kernel libafs compiles only */
3
4 #ifndef AFS_PARAM_H
5 #define AFS_PARAM_H
6
7 #include <sys/param.h>
8
9 #define AFS_XBSD_ENV 1             /* {Free,Open,Net}BSD */
10 #define AFS_X86_XBSD_ENV 1
11
12 #define AFS_NAMEI_ENV     1   /* User space interface to file system */
13 #define AFS_64BIT_IOPS_ENV 1  /* Needed for NAMEI */
14 #define AFS_FBSD_ENV 1
15 #define AFS_FBSD40_ENV 1
16 #define AFS_FBSD42_ENV 1
17 #define AFS_FBSD43_ENV 1
18 #define AFS_FBSD44_ENV 1
19 #define AFS_FBSD45_ENV 1
20 #define AFS_FBSD46_ENV 1
21 #define AFS_X86_FBSD_ENV 1
22 #define AFS_X86_FBSD40_ENV 1
23 #define AFS_X86_FBSD42_ENV 1
24 #define AFS_X86_FBSD43_ENV 1
25 #define AFS_X86_FBSD46_ENV 1
26 #define AFS_X86_ENV 1
27 #define AFS_NONFSTRANS 1
28 #define O_SYNC O_FSYNC
29 #define FTRUNC O_TRUNC
30
31 #define IUPD 0x0010
32 #define IACC 0x0020
33 #define ICHG 0x0040
34 #define IMOD 0x0080
35
36 #define IN_LOCK(ip)     lockmgr(&ip->i_lock, LK_EXCLUSIVE, \
37                                 NULL, curproc)
38 #define IN_UNLOCK(ip)   lockmgr(&ip->i_lock, LK_RELEASE, \
39                                 NULL, curproc)
40
41 #include <afs/afs_sysnames.h>
42
43 #define AFS_VM_RDWR_ENV 1
44 #define AFS_VFS_ENV     1
45 #define AFS_VFSINCL_ENV 1
46 #define AFS_GREEDY43_ENV        1
47 #define AFS_ENV         1
48
49 #define AFS_SYSCALL     210
50 #define AFS_MOUNT_AFS   "afs"
51
52 #ifndef MOUNT_UFS
53 #define MOUNT_UFS "ufs"
54 #endif
55
56 #ifndef MOUNT_AFS
57 #define MOUNT_AFS AFS_MOUNT_AFS
58 #endif
59 #define SYS_NAME        "i386_fbsd_46"
60 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_46
61
62 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
63 #define AFS_HAVE_STATVFS        0       /* System doesn't supports statvfs */
64
65 #define RXK_LISTENER_ENV 1
66 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
67 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
68
69 #define AFSLITTLE_ENDIAN 1
70
71 /* Extra kernel definitions (from kdefs file) */
72 #ifdef _KERNEL
73 #define AFS_GLOBAL_SUNLOCK        1
74 #define AFS_VFS34       1       /* What is VFS34??? */
75 #define AFS_SHORTGID    1       /* are group id's short? */
76 #define afsio_iov       uio_iov
77 #define afsio_iovcnt    uio_iovcnt
78 #define afsio_offset    uio_offset
79 #define afsio_seg       uio_segflg
80 #define afsio_resid     uio_resid
81 #define AFS_UIOSYS      UIO_SYSSPACE
82 #define AFS_UIOUSER     UIO_USERSPACE
83 #define AFS_CLBYTES     CLBYTES
84 #define osi_GetTime(x)  microtime(x)
85 #define AFS_KALLOC(x)   malloc(x, M_AFS, M_WAITOK) 
86 #define AFS_KFREE(x,y)  free(x,M_AFS)
87 #define v_count         v_usecount
88 #define v_vfsp          v_mount
89 #define vfs_bsize       mnt_stat.f_bsize
90 #define vfs_fsid        mnt_stat.f_fsid
91 #define va_nodeid       va_fileid
92 #define vfs_vnodecovered mnt_vnodecovered
93 #define direct          dirent
94 #define vnode_t         struct vnode
95
96 #ifndef MUTEX_DEFAULT
97 #define MUTEX_DEFAULT   0
98 #endif /* MUTEX_DEFAULT */
99
100 #ifndef SSYS
101 #define SSYS            0x00002
102 #endif /* SSYS */
103
104 #define p_rcred         p_ucred
105
106 #define VN_RELE(vp)     vrele(((struct vnode *)(vp)))
107 #define VN_HOLD(vp)     VREF(((struct vnode *)(vp)))
108
109 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
110 enum vcexcl {NONEXCL, EXCL};
111
112 #ifdef KERNEL
113 #ifndef MIN
114 #define MIN(A,B) ((A) < (B) ? (A) : (B))
115 #endif
116 #ifndef MAX
117 #define MAX(A,B) ((A) > (B) ? (A) : (B))
118 #endif
119 #endif /* KERNEL */
120
121 #endif  /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
122 #endif /* _KERNEL */
123
124 #endif  /* AFS_PARAM_H */
125
126 #else /* !defined(UKERNEL) */
127
128 /* This section for user space compiles only */
129
130 #ifndef AFS_PARAM_H
131 #define AFS_PARAM_H
132
133
134 #define UKERNEL                 1       /* user space kernel */
135 #define AFS_ENV                 1
136 #define AFS_VFSINCL_ENV         1
137 #define AFS_USR_FBSD40_ENV      1
138 #define AFS_USR_FBSD42_ENV      1
139 #define AFS_USR_FBSD43_ENV      1
140 #define AFS_USR_FBSD44_ENV      1
141 #define AFS_USR_FBSD45_ENV      1
142 #define AFS_USR_FBSD46_ENV      1
143 #define AFS_USR_FBSD_ENV        1
144 #define AFS_NONFSTRANS 1
145
146 #define O_SYNC O_FSYNC
147
148 #define AFS_MOUNT_AFS "afs"     /* The name of the filesystem type. */
149 #define AFS_SYSCALL 210
150 #define AFS_NAMEI_ENV         1   /* User space interface to file system */
151 #define AFS_64BIT_IOPS_ENV    1   /* Needed for NAMEI */
152 #include <afs/afs_sysnames.h>
153
154 #define AFS_USERSPACE_IP_ADDR 1
155 #define RXK_LISTENER_ENV      1
156 #define AFS_GCPAGS            0       /* if nonzero, garbage collect PAGs */
157
158 /* Machine / Operating system information */
159 #define SYS_NAME        "i386_fbsd_46"
160 #define SYS_NAME_ID     SYS_NAME_ID_i386_fbsd_46
161 #define AFSLITTLE_ENDIAN    1
162 #define AFS_HAVE_FFS        1       /* Use system's ffs. */
163 #define AFS_HAVE_STATVFS    0   /* System doesn't support statvfs */
164 #define AFS_VM_RDWR_ENV     1   /* read/write implemented via VM */
165
166 #define afsio_iov       uio_iov
167 #define afsio_iovcnt    uio_iovcnt
168 #define afsio_offset    uio_offset
169 #define afsio_seg       uio_segflg
170 #define afsio_fmode     uio_fmode
171 #define afsio_resid     uio_resid
172 #define AFS_UIOSYS      1
173 #define AFS_UIOUSER     UIO_USERSPACE
174 #define AFS_CLBYTES     MCLBYTES
175 #define AFS_MINCHANGE   2
176 #define VATTR_NULL      usr_vattr_null
177
178 #define AFS_DIRENT
179 #ifndef CMSERVERPREF
180 #define CMSERVERPREF
181 #endif
182
183 #include <limits.h>
184 #include <sys/param.h>
185 #include <sys/types.h>
186 #include <sys/mount.h>
187 #include <sys/fcntl.h>
188 #include <netinet/in.h>
189 #include <sys/uio.h>
190 #include <sys/socket.h>
191
192 #endif /* AFS_PARAM_H */
193
194 #endif /* !defined(UKERNEL) */