77c7891db3464440cec1a1e5fc3daa353c54a458
[openafs.git] / src / config / param.nbsd20.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 #ifndef MOUNT_AFS
14 #define MOUNT_AFS AFS_MOUNT_AFS
15 #endif
16
17 #define AFS_XBSD_ENV 1          /* {Free,Open,Net}BSD */
18
19 #define AFS_NBSD_ENV 1
20 #define AFS_NBSD15_ENV 1
21 #define AFS_NBSD16_ENV 1
22 #define AFS_NBSD20_ENV 1
23 #undef  AFS_NONFSTRANS
24 #define AFS_NONFSTRANS 1
25 #define AFS_KERBEROS_ENV 1
26
27 #define AFS_VFSINCL_ENV 1
28
29 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
30
31 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
32 #if __NetBSD_Version__ >= 200040000
33 #define AFS_HAVE_STATVFS    1   /* System supports statvfs */
34 #else
35 #define AFS_HAVE_STATVFS    0   /* System doesn't supports statvfs */
36 #endif
37 #endif
38
39 #ifndef UKERNEL
40
41 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
42 #include <sys/param.h>
43 #endif
44
45 #define FTRUNC O_TRUNC
46
47 #define IUPD 0x0010
48 #define IACC 0x0020
49 #define ICHG 0x0040
50 #define IMOD 0x0080
51
52 #define IN_LOCK(ip)     lockmgr(&ip->i_lock, LK_EXCLUSIVE, \
53                                 NULL, curproc)
54 #define IN_UNLOCK(ip)   lockmgr(&ip->i_lock, LK_RELEASE, \
55                                 NULL, curproc)
56
57 #include <afs/afs_sysnames.h>
58
59 #define AFS_VM_RDWR_ENV 1
60 #define AFS_VFS_ENV     1
61 #define AFS_GREEDY43_ENV        1
62
63 #define AFS_GCPAGS              0       /* if nonzero, garbage collect PAGs */
64 #define AFS_USE_GETTIMEOFDAY    1       /* use gettimeofday to implement rx clock */
65
66 /* Extra kernel definitions (from kdefs file) */
67 #ifdef _KERNEL
68 #define AFS_GLOBAL_SUNLOCK        1
69 #define AFS_VFS34       1       /* What is VFS34??? */
70 #define afsio_iov       uio_iov
71 #define afsio_iovcnt    uio_iovcnt
72 #define afsio_offset    uio_offset
73 #define afsio_seg       uio_segflg
74 #define afsio_resid     uio_resid
75 #define AFS_UIOSYS      UIO_SYSSPACE
76 #define AFS_UIOUSER     UIO_USERSPACE
77 #define AFS_CLBYTES     CLBYTES
78 #define osi_GetTime(x)  microtime(x)
79 #define AFS_KALLOC(x)   kalloc(x)
80 #define AFS_KFREE(x,y)  kfree(x,y)
81 #define v_count         v_usecount
82 #define v_vfsp          v_mount
83 #define vfs_bsize       mnt_stat.f_bsize
84 #define vfs_fsid        mnt_stat.f_fsid
85 #define va_nodeid       va_fileid
86 #define vfs_vnodecovered mnt_vnodecovered
87 #define direct          dirent
88 #define vnode_t         struct vnode
89
90 #ifndef MUTEX_DEFAULT
91 #define MUTEX_DEFAULT   0
92 #endif /* MUTEX_DEFAULT */
93
94 #ifndef SSYS
95 #define SSYS            0x00002
96 #endif /* SSYS */
97
98 #define p_rcred         p_ucred
99
100 #define VN_RELE(vp)     vrele(((struct vnode *)(vp)))
101 #define VN_HOLD(vp)     VREF(((struct vnode *)(vp)))
102
103 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
104 enum vcexcl { NONEXCL, EXCL };
105
106 #ifdef KERNEL
107 #ifndef MIN
108 #define MIN(A,B) ((A) < (B) ? (A) : (B))
109 #endif
110 #ifndef MAX
111 #define MAX(A,B) ((A) > (B) ? (A) : (B))
112 #endif
113 #endif /* KERNEL */
114
115 #endif /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ && !defined(IGNORE_STDS_H) */
116 #endif /* _KERNEL */
117
118 #else /* !defined(UKERNEL) */
119
120
121 /* This section for user space compiles only */
122
123 #define UKERNEL                 1       /* user space kernel */
124
125 #include <afs/afs_sysnames.h>
126
127 #define AFS_USERSPACE_IP_ADDR 1
128 #define RXK_LISTENER_ENV      1
129 #define AFS_GCPAGS            0 /* if nonzero, garbage collect PAGs */
130
131 #define afsio_iov       uio_iov
132 #define afsio_iovcnt    uio_iovcnt
133 #define afsio_offset    uio_offset
134 #define afsio_seg       uio_segflg
135 #define afsio_fmode     uio_fmode
136 #define afsio_resid     uio_resid
137 #define AFS_UIOSYS      UIO_SYSSPACE
138 #define AFS_UIOUSER     UIO_USERSPACE
139 #define AFS_CLBYTES     MCLBYTES
140 #define AFS_MINCHANGE   2
141 #define VATTR_NULL      usr_vattr_null
142
143 #define AFS_DIRENT
144 #ifndef CMSERVERPREF
145 #define CMSERVERPREF
146 #endif
147
148 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__) && !defined(IGNORE_STDS_H)
149 #include <limits.h>
150 #include <sys/param.h>
151 #include <sys/types.h>
152 #include <sys/mount.h>
153 #include <sys/fcntl.h>
154 #include <netinet/in.h>
155 #include <sys/uio.h>
156 #include <sys/socket.h>
157 #endif
158
159 #endif /* !defined(UKERNEL) */
160
161 #endif /* AFS_PARAM_COMMON_H */