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