2 /* This section for kernel libafs compiles only */
5 * Copyright 2000, International Business Machines Corporation and others.
8 * This software has been released under the terms of the IBM Public
9 * License. For details, see the LICENSE file in the top-level source
10 * directory or online at http://www.openafs.org/dl/license10.html
17 /* Used only in vfsck code; is it needed any more???? */
19 #define AFS_VFSINCL_ENV 1 /* NOBODY uses this.... */
20 #define AFS_GREEDY43_ENV 1 /* Used only in rx/rx_user.c */
23 #define AFS_SUN5_ENV 1
27 #define AFS_64BIT_CLIENT 1
29 #define AFS_HAVE_FLOCK_SYSID 1
31 #include <afs/afs_sysnames.h>
33 #define AFS_GLOBAL_SUNLOCK 1 /* For global locking */
34 #define RXK_LISTENER_ENV 1
35 #define AFS_GCPAGS 1 /* if nonzero, garbage collect PAGs */
38 #define AFS_64BIT_IOPS_ENV 1 /* needed for NAMEI... */
39 #else /* AFS_NAMEI_ENV */
40 #define AFS_3DISPARES 1 /* Utilize the 3 available disk inode 'spares' */
41 #endif /* AFS_NAMEI_ENV */
43 #define AFS_SYSCALL 65
45 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
46 #define AFS_MOUNT_AFS "afs"
48 /* Machine / Operating system information */
49 #define sys_sunx86_58 1
50 #define SYS_NAME "sunx86_58"
51 #define SYS_NAME_ID SYS_NAME_ID_sunx86_58
52 #define AFSLITTLE_ENDIAN 1
53 #define AFS_HAVE_FFS 1 /* Use system's ffs. */
54 #define AFS_HAVE_VXFS 1 /* Support cache on Veritas vxfs file system */
55 #define AFS_HAVE_STATVFS 1 /* System supports statvfs */
56 #define AFS_HAVE_STATVFS64 1 /* System supports statvfs64 */
57 #define AFS_VM_RDWR_ENV 1 /* read/write implemented via VM */
58 #define AFS_USE_GETTIMEOFDAY 1 /* use gettimeofday to implement rx clock */
60 #define NEARINODE_HINT 1 /* hint to ufs module to scatter inodes on disk */
61 #define nearInodeHash(volid, hval) { \
62 unsigned char* ts = (unsigned char*)&(volid)+sizeof(volid)-1;\
63 for ( (hval)=0; ts >= (unsigned char*)&(volid); ts--){\
69 /* Extra kernel definitions (from kdefs file) */
71 /* sun definitions here */
72 #define AFS_UIOFMODE 1 /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
73 #define AFS_SYSVLOCK 1 /* sys v locking supported */
74 #define afsio_iov uio_iov
75 #define afsio_iovcnt uio_iovcnt
76 #define afsio_offset uio_loffset
77 #define afsio_seg uio_segflg
78 #define afsio_fmode uio_fmode
79 #define afsio_resid uio_resid
80 #define AFS_UIOSYS UIO_SYSSPACE
81 #define AFS_UIOUSER UIO_USERSPACE
82 #define AFS_CLBYTES MCLBYTES
83 #define AFS_MINCHANGE 2
84 #define osi_GetTime(x) uniqtime32(x)
86 #define AFS_KALLOC(n) kmem_alloc(n, KM_SLEEP)
87 #define AFS_KALLOC_NOSLEEP(n) kmem_alloc(n, KM_NOSLEEP)
88 #define AFS_KFREE kmem_free
89 #define VATTR_NULL vattr_null
90 #define memset(A, B, S) bzero(A, S)
91 #define memcpy(B, A, S) bcopy(A, B, S)
92 #define memcmp(A, B, S) bcmp(A, B, S)
98 #define ROOTINO UFSROOTINO
100 #endif /* AFS_PARAM_H */
102 #else /* !defined(UKERNEL) */
104 /* This section for user space compiles only */
107 * Copyright 2000, International Business Machines Corporation and others.
108 * All Rights Reserved.
110 * This software has been released under the terms of the IBM Public
111 * License. For details, see the LICENSE file in the top-level source
112 * directory or online at http://www.openafs.org/dl/license10.html
118 #define AFS_VFS_ENV 1
119 /* Used only in vfsck code; is it needed any more???? */
120 #define RXK_LISTENER_ENV 1
121 #define AFS_USERSPACE_IP_ADDR 1
122 #define AFS_GCPAGS 0 /* if nonzero, garbage collect PAGs */
124 #define UKERNEL 1 /* user space kernel */
125 #define AFS_GREEDY43_ENV 1 /* Used only in rx/rx_user.c */
127 #define AFS_USR_SUN5_ENV 1
128 #define AFS_USR_SUN6_ENV 1
130 #include <afs/afs_sysnames.h>
133 #define AFS_GLOBAL_SUNLOCK 1 /* For global locking */
136 #define AFS_3DISPARES 1 /* Utilize the 3 available disk inode 'spares' */
137 #define AFS_SYSCALL 65
139 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
140 #define AFS_MOUNT_AFS 1
142 /* Machine / Operating system information */
143 #define sys_sunx86_58 1
144 #define SYS_NAME "sunx86_58"
145 #define SYS_NAME_ID SYS_NAME_ID_sunx86_58
146 #define AFSLITTLE_ENDIAN 1
147 #define AFS_HAVE_FFS 1 /* Use system's ffs. */
148 #define AFS_HAVE_STATVFS 1 /* System supports statvfs */
149 #define AFS_HAVE_STATVFS64 1 /* System supports statvfs64 */
151 /* Extra kernel definitions (from kdefs file) */
153 #define AFS_UIOFMODE 1 /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
154 #define AFS_SYSVLOCK 1 /* sys v locking supported */
155 #define afsio_iov uio_iov
156 #define afsio_iovcnt uio_iovcnt
157 #define afsio_offset uio_offset
158 #define afsio_seg uio_segflg
159 #define afsio_fmode uio_fmode
160 #define afsio_resid uio_resid
162 #define AFS_UIOUSER UIO_USERSPACE
163 #define AFS_CLBYTES MCLBYTES
164 #define AFS_MINCHANGE 2
165 #define VATTR_NULL usr_vattr_null
171 #define ROOTINO UFSROOTINO
173 #endif /* AFS_PARAM_H */
175 #endif /* !defined(UKERNEL) */