flock-sysid-20030303
[openafs.git] / src / config / param.sgi_64.h
1 #ifndef UKERNEL
2 /* This section for kernel libafs compiles only */
3
4 /*
5  * Copyright 2000, International Business Machines Corporation and others.
6  * All Rights Reserved.
7  * 
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
11  */
12
13 #ifndef AFS_PARAM_HH
14 #define AFS_PARAM_HH
15
16
17 #define AFS_VFS_ENV             1
18 #define AFS_VFSINCL_ENV         1
19 #define AFS_ENV                 1       /* NOBODY uses this.... */
20 #define CMUSTD_ENV              1       /* NOBODY uses this.... */
21 #define AFS_SGI_ENV             1
22 #define AFS_SGI51_ENV           1       /* Dist from 5.0.1 */
23 #define AFS_SGI52_ENV           1
24 #define AFS_SGI53_ENV           1
25 #define AFS_SGI61_ENV           1
26 #define AFS_SGI62_ENV           1
27 #define AFS_SGI63_ENV           1
28 #define AFS_SGI64_ENV           1
29 #define AFS_SGI_EXMAG           1       /* use magic fields in extents for AFS extra fields */
30 /* AFS_SGI_SHORTSTACK not required since we have a 16K stack. */        
31
32 #define AFS_HAVE_FLOCK_SYSID    1
33
34 #define _ANSI_C_SOURCE          1       /* rx_user.h */
35
36 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
37 #define AFS_64BITPOINTER_ENV    1       /* pointers are 64 bits. */
38 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
39 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
40
41 #include <afs/afs_sysnames.h>
42
43 #define AFS_GLOBAL_SUNLOCK 1
44
45 #define AFS_PIOCTL      64+1000
46 #define AFS_SETPAG      65+1000
47 #define AFS_IOPEN       66+1000
48 #define AFS_ICREATE     67+1000
49 #define AFS_IREAD       68+1000
50 #define AFS_IWRITE      69+1000
51 #define AFS_IINC        70+1000
52 #define AFS_IDEC        71+1000
53 #define AFS_IOPEN64     72+1000 /* was never-used aux call. */
54 #define AFS_SYSCALL     73+1000
55
56 /* For the XFS fileserver */
57 #define AFS_SGI_XFS_IOPS_ENV    1 /* turns on XFS inode ops. */
58 #define AFS_64BIT_IOPS_ENV      1 /* inode ops expect 64 bit inodes */
59
60 /* Vnode size and access differs between Octane and Origin. The number
61  * can be used to indicate which altername vnodeX_t to use for future
62  * changes.
63  */
64 #define AFS_SGI_VNODE_GLUE      1
65
66 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
67 #define AFS_MOUNT_AFS    "afs"
68
69 /* Machine / Operating system information */
70 #define sys_sgi_64      1
71 #define SYS_NAME        "sgi_64"
72 #define SYS_NAME_ID     SYS_NAME_ID_sgi_64
73 #define AFSBIG_ENDIAN   1
74 #define AFS_VM_RDWR_ENV 1
75
76 /* Extra kernel definitions (from kdefs file) */
77 #ifdef KERNEL
78 #if _MIPS_SIM == _ABI64
79 #define _K64U64
80 #endif
81 /* definitions here */
82 #define AFS_VFS34               1       /* afs/afs_vfsops.c (afs_vget), afs/afs_vnodeops.c (afs_lockctl, afs_noop) */
83 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
84 #define AFS_SYSVLOCK            1       /* sys v locking supported */
85 /*#define       AFS_USEBUFFERS  1*/
86 #define afsio_iov               uio_iov
87 #define afsio_iovcnt    uio_iovcnt
88 #define afsio_offset    uio_offset
89 #define afsio_seg               uio_segflg
90 #define afsio_fmode     uio_fmode
91 #define afsio_resid     uio_resid
92 #define AFS_UIOSYS      UIO_SYSSPACE
93 #define AFS_UIOUSER     UIO_USERSPACE
94 #define AFS_CLBYTES     MCLBYTES
95 #define AFS_MINCHANGE   2
96 #ifdef _K64U64
97 #define osi_GetTime(x)  irix5_microtime((struct __irix5_timeval*)(x))
98 #else
99 #define osi_GetTime(x)  microtime(x)
100 #endif
101 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
102 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
103 #define AFS_KFREE       kmem_free
104 #define VATTR_NULL      vattr_null
105 #define DEBUG           1
106
107 #define AFS_EVENT_LOCK  1 /* osi_Sleep/osi_Wakeup use spinlock. */
108 #define AFS_SGI_DUAL_FS_CACHE 1 /* implies supports EFS or XFS cache */
109
110 #define memset(A, B, S) bzero(A, S)
111 #define memcpy(B, A, S) bcopy(A, B, S)
112 #define memcmp(A, B, S) bcmp(A, B, S)
113
114 #endif /* KERNEL */
115
116 #ifndef CMSERVERPREF
117 #define CMSERVERPREF
118 #endif
119 #endif  /* AFS_PARAM_H */
120
121 #else /* !defined(UKERNEL) */
122
123 /* This section for user space compiles only */
124
125 /*
126  * Copyright 2000, International Business Machines Corporation and others.
127  * All Rights Reserved.
128  * 
129  * This software has been released under the terms of the IBM Public
130  * License.  For details, see the LICENSE file in the top-level source
131  * directory or online at http://www.openafs.org/dl/license10.html
132  */
133
134 #ifndef AFS_PARAM_H
135 #define AFS_PARAM_H
136
137 #define AFS_VFS_ENV     1
138 /* Used only in vfsck code; is it needed any more???? */
139 #define RXK_LISTENER_ENV        1
140 #define AFS_USERSPACE_IP_ADDR   1
141
142 #define UKERNEL                 1       /* user space kernel */
143 #define AFS_GREEDY43_ENV        1       /* Used only in rx/rx_user.c */
144 #define AFS_ENV                 1
145 #define AFS_USR_SGI_ENV         1
146 #define AFS_USR_SGI62_ENV       1
147 #define AFS_USR_SGI63_ENV       1
148 #define AFS_USR_SGI64_ENV       1
149
150 #include <afs/afs_sysnames.h>
151
152 /*#define AFS_GLOBAL_SUNLOCK    1*/     /* For global locking */
153
154 #define AFS_3DISPARES           1       /* Utilize the 3 available disk inode 'spares' */
155
156 #define AFS_PIOCTL    64+1000
157 #define AFS_SYSCALL   73+1000
158
159 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
160 #define AFS_MOUNT_AFS    1
161
162 /* Machine / Operating system information */
163 #define sgi_64          1
164 #define SYS_NAME        "sgi_64"
165 #define SYS_NAME_ID     SYS_NAME_ID_sgi_64
166 #define AFSBIG_ENDIAN   1
167 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
168 #define AFS_HAVE_STATVFS        0       /* System doesn't support statvfs */
169
170 /* Extra kernel definitions (from kdefs file) */
171 #ifdef KERNEL
172 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
173 #define AFS_SYSVLOCK            1       /* sys v locking supported */
174 /*#define       AFS_USEBUFFERS  1*/
175 #define afsio_iov       uio_iov
176 #define afsio_iovcnt    uio_iovcnt
177 #define afsio_offset    uio_offset
178 #define afsio_seg       uio_segflg
179 #define afsio_fmode     uio_fmode
180 #define afsio_resid     uio_resid
181 #define AFS_UIOSYS      1
182 #define AFS_UIOUSER     UIO_USERSPACE
183 #define AFS_CLBYTES     MCLBYTES
184 #define AFS_MINCHANGE   2
185 #define VATTR_NULL      usr_vattr_null
186 #endif /* KERNEL */
187 #define AFS_DIRENT      
188 #ifndef CMSERVERPREF
189 #define CMSERVERPREF
190 #endif
191 #define ROOTINO         UFSROOTINO
192
193 #endif /* AFS_PARAM_H */
194
195 #endif /* !defined(UKERNEL) */