5026844ecc8d0972201c9414c510e2ce69bc6234
[openafs.git] / src / config / param.alpha_dux40.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #ifndef _PARAM_OSF1_H_
11 #define _PARAM_OSF1_H_
12
13 #define AFS_OSF_ENV     1
14 #define AFS_OSF20_ENV   1
15 #define AFS_OSF30_ENV   1
16 #define AFS_OSF32_ENV   1
17 #define AFS_OSF32C_ENV  1
18 #define AFS_DUX40_ENV   1
19 #define __alpha         1
20 #define AFS_ALPHA_ENV   1
21 #define AFS_DECOSF_ENV  1
22 #define AFS_64BIT_ENV   1
23
24 #include <afs/afs_sysnames.h>
25
26 #define AFS_VM_RDWR_ENV 1
27 #define AFS_VFS_ENV     1
28 #define AFS_GREEDY43_ENV        1
29 #define AFS_ENV         1
30 #define AFS_MINPHYS_ENV 1
31 #define CMUSTD_ENV      1
32
33 #define AFS_SYSCALL     232
34 #define AFS_MOUNT_AFS   13
35
36 #ifndef MOUNT_AFS
37 #define MOUNT_AFS AFS_MOUNT_AFS
38 #endif
39 #define SYS_NAME        "alpha_dux40"
40 #define SYS_NAME_ID     SYS_NAME_ID_alpha_dux40
41
42 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
43 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
44
45 #define AFS_GCPAGS              1       /* if nonzero, garbage collect PAGs */
46 #define AFS_3DISPARES   1       /* Utilize the 3 available disk inode spares */
47 #define AFS_USE_GETTIMEOFDAY 1  /* use gettimeofday to implement rx clock */
48
49 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
50 #include <machine/endian.h>
51 #if     BYTE_ORDER == BIG_ENDIAN
52 #define AFSBIG_ENDIAN           1
53 #else
54 #if     BYTE_ORDER == LITTLE_ENDIAN
55 #define AFSLITTLE_ENDIAN        1
56 #else
57 #error  machine/endian.h must define BYTE_ORDER!
58 #endif
59 #endif
60 #endif  /* ! ASSEMBLER && ! __LANGUAGE_ASSEMBLY__ */
61
62 #define NEARINODE_HINT  1 /* hint to ufs module to scatter inodes on disk*/
63 #define nearInodeHash(volid, hval) {                          \
64                 unsigned char*  ts = (unsigned char*)&(volid);\
65                 for ((hval)=0; ts<(unsigned char*)&(volid)+sizeof(volid);ts++){\
66                     (hval) *= 173;                      \
67                     (hval) += *ts;                      \
68                 }                                       \
69                 }
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)   kalloc(x)
86 #define AFS_KFREE(x,y)  kfree(x,y)
87 #define v_count         v_usecount
88 #define v_vfsp          v_mount
89 #define vfs_bsize       m_stat.f_bsize
90 #define vfs_fsid        m_stat.f_fsid
91 #define va_nodeid       va_fileid
92 #define vfs_vnodecovered m_vnodecovered
93 #define direct          dirent
94 #define vnode_t         struct vnode
95
96 #define VN_RELE(vp)     vrele(((struct vnode *)(vp)))
97 #define VN_HOLD(vp)     VREF(((struct vnode *)(vp)))
98
99 #if     !defined(ASSEMBLER) && !defined(__LANGUAGE_ASSEMBLY__)
100 enum vcexcl {NONEXCL, EXCL};
101
102 #include <net/net_globals.h>
103
104 #endif  /* ! ASSEMBLER & ! __LANGUAGE_ASSEMBLY__ */
105 #endif /* _KERNEL */
106
107 #endif  /* _PARAM_OSF1_H_ */