darwin-optimize-and-fix-dirpath-20010920
[openafs.git] / src / config / param.sgi_64.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 AFS_PARAM_HH
11 #define AFS_PARAM_HH
12
13
14 #define AFS_VFS_ENV             1
15 #define AFS_VFSINCL_ENV         1
16 #define AFS_ENV                 1       /* NOBODY uses this.... */
17 #define CMUSTD_ENV              1       /* NOBODY uses this.... */
18 #define AFS_SGI_ENV             1
19 #define AFS_SGI51_ENV           1       /* Dist from 5.0.1 */
20 #define AFS_SGI52_ENV           1
21 #define AFS_SGI53_ENV           1
22 #define AFS_SGI61_ENV           1
23 #define AFS_SGI62_ENV           1
24 #define AFS_SGI63_ENV           1
25 #define AFS_SGI64_ENV           1
26 #define AFS_SGI_EXMAG           1       /* use magic fields in extents for AFS extra fields */
27 /* AFS_SGI_SHORTSTACK not required since we have a 16K stack. */        
28
29 #define _ANSI_C_SOURCE          1       /* rx_user.h */
30
31 #define AFS_64BIT_ENV           1       /* Defines afs_int32 as int, not long. */
32 #define AFS_64BITPOINTER_ENV    1       /* pointers are 64 bits. */
33 #define AFS_HAVE_FFS            1       /* Use system's ffs. */
34 #define AFS_HAVE_STATVFS        1       /* System supports statvfs */
35
36 #include <afs/afs_sysnames.h>
37
38 #define AFS_GLOBAL_SUNLOCK 1
39
40 #define AFS_PIOCTL      64+1000
41 #define AFS_SETPAG      65+1000
42 #define AFS_IOPEN       66+1000
43 #define AFS_ICREATE     67+1000
44 #define AFS_IREAD       68+1000
45 #define AFS_IWRITE      69+1000
46 #define AFS_IINC        70+1000
47 #define AFS_IDEC        71+1000
48 #define AFS_IOPEN64     72+1000 /* was never-used aux call. */
49 #define AFS_SYSCALL     73+1000
50
51 /* For the XFS fileserver */
52 #define AFS_SGI_XFS_IOPS_ENV    1 /* turns on XFS inode ops. */
53 #define AFS_64BIT_IOPS_ENV      1 /* inode ops expect 64 bit inodes */
54
55 /* Vnode size and access differs between Octane and Origin. The number
56  * can be used to indicate which altername vnodeX_t to use for future
57  * changes.
58  */
59 #define AFS_SGI_VNODE_GLUE      1
60
61 /* File system entry (used if mount.h doesn't define MOUNT_AFS */
62 #define AFS_MOUNT_AFS    "afs"
63
64 /* Machine / Operating system information */
65 #define sys_sgi_64      1
66 #define SYS_NAME        "sgi_64"
67 #define SYS_NAME_ID     SYS_NAME_ID_sgi_64
68 #define AFSBIG_ENDIAN   1
69 #define AFS_VM_RDWR_ENV 1
70
71 /* Extra kernel definitions (from kdefs file) */
72 #ifdef KERNEL
73 #if _MIPS_SIM == _ABI64
74 #define _K64U64
75 #endif
76 /* definitions here */
77 #define AFS_VFS34               1       /* afs/afs_vfsops.c (afs_vget), afs/afs_vnodeops.c (afs_lockctl, afs_noop) */
78 #define AFS_UIOFMODE            1       /* Only in afs/afs_vnodeops.c (afs_ustrategy) */
79 #define AFS_SYSVLOCK            1       /* sys v locking supported */
80 /*#define       AFS_USEBUFFERS  1*/
81 #define afsio_iov               uio_iov
82 #define afsio_iovcnt    uio_iovcnt
83 #define afsio_offset    uio_offset
84 #define afsio_seg               uio_segflg
85 #define afsio_fmode     uio_fmode
86 #define afsio_resid     uio_resid
87 #define AFS_UIOSYS      UIO_SYSSPACE
88 #define AFS_UIOUSER     UIO_USERSPACE
89 #define AFS_CLBYTES     MCLBYTES
90 #define AFS_MINCHANGE   2
91 #ifdef _K64U64
92 #define osi_GetTime(x)  irix5_microtime((struct __irix5_timeval*)(x))
93 #else
94 #define osi_GetTime(x)  microtime(x)
95 #endif
96 #define AFS_KALLOC(n)   kmem_alloc(n, KM_SLEEP)
97 #define AFS_KALLOC_NOSLEEP(n)   kmem_alloc(n, KM_NOSLEEP)
98 #define AFS_KFREE       kmem_free
99 #define VATTR_NULL      vattr_null
100 #define DEBUG           1
101
102 #define AFS_EVENT_LOCK  1 /* osi_Sleep/osi_Wakeup use spinlock. */
103 #define AFS_SGI_DUAL_FS_CACHE 1 /* implies supports EFS or XFS cache */
104
105 #endif /* KERNEL */
106
107 #ifndef CMSERVERPREF
108 #define CMSERVERPREF
109 #endif
110 #endif  /* AFS_PARAM_H */