/* * Copyright 2000, International Business Machines Corporation and others. * All Rights Reserved. * * This software has been released under the terms of the IBM Public * License. For details, see the LICENSE file in the top-level source * directory or online at http://www.openafs.org/dl/license10.html */ #ifdef UKERNEL #include #else #ifndef __AFS_SYSINCLUDESH__ #define __AFS_SYSINCLUDESH__ 1 #ifdef AFS_OBSD_ENV #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifndef AFS_OBSD38_ENV #include #endif #include #ifndef MLEN #include #include #endif #include #include #include #else /* AFS_OBSD_ENV */ #ifdef AFS_LINUX22_ENV #include #include #include #include #include #include #include #include #include #include #if defined(AFS_LINUX26_ENV) #include #include #include #ifdef STRUCT_INODE_HAS_I_SECURITY #include #endif #include #endif /* Avoid conflicts with coda overloading AFS type namespace. Must precede * inclusion of uaccess.h. */ #ifndef _LINUX_CODA_FS_I #define _LINUX_CODA_FS_I #define _CODA_HEADER_ #define _CFS_HEADER_ struct coda_inode_info { }; #endif #ifndef _LINUX_XFS_FS_I #define _LINUX_XFS_FS_I struct xfs_inode_info { }; #endif #include #include #include #include #include #include #include #include #include #include #include #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16) #include #endif #include #ifdef COMPLETION_H_EXISTS #include #endif #else /* AFS_LINUX22_ENV */ #if defined(AFS_DARWIN_ENV) #ifndef _MACH_ETAP_H_ #define _MACH_ETAP_H_ typedef unsigned short etap_event_t; #endif #endif #if !defined(AFS_OSF_ENV) #include "h/errno.h" #include "h/types.h" #include "h/param.h" #ifdef AFS_AUX_ENV #ifdef PAGING #include "h/mmu.h" #include "h/seg.h" #include "h/page.h" #include "h/region.h" #endif /* PAGING */ #include "h/sysmacros.h" #include "h/signal.h" #include "h/var.h" #endif /* AFS_AUX_ENV */ #include "h/systm.h" #include "h/time.h" #ifdef AFS_AIX_ENV #ifdef AFS_AIX41_ENV #include "sys/statfs.h" #endif #ifdef AFS_AIX51_ENV #include "sys/acl.h" #endif #include "../h/file.h" #include "../h/fullstat.h" #include "../h/vattr.h" #include "../h/var.h" #include "../h/access.h" #endif /* AFS_AIX_ENV */ #if defined(AFS_SGI_ENV) #include "values.h" #include "sys/sema.h" #include "sys/cmn_err.h" #ifdef AFS_SGI64_ENV #include /* in 6.5.20f, ksys/behavior.h doesn't bother to define BHV_IS_BHVL, * but sys/vnode.h uses it in VNODE_TO_FIRST_BHV. It looks like from * older headers like we want the old behavior, so we fake it. */ #if defined(BHV_PREPARE) && !defined(CELL_CAPABLE) #define BHV_IS_BHVL(bhp) (0) #endif #endif /* AFS_SGI64_ENV */ #include "fs/efs_inode.h" #ifdef AFS_SGI_EFS_IOPS_ENV #include "sgiefs/efs.h" #endif #include "sys/kmem.h" #include "sys/cred.h" #include "sys/resource.h" /* * ../sys/debug.h defines ASSERT(), but it is nontrivial only if DEBUG * is on (see afs_osi.h). * In IRIX 6.5 we cannot have DEBUG turned on since certain * system-defined structures have different members with DEBUG on, and * this breaks our ability to interact with the rest of the kernel. * * Instead of using ASSERT(), we use our own osi_Assert(). */ #if defined(AFS_SGI65_ENV) && !defined(DEBUG) #define DEBUG #include "sys/debug.h" #undef DEBUG #else #include "sys/debug.h" #endif #include "sys/statvfs.h" #include "sys/sysmacros.h" #include "sys/fs_subr.h" #include "sys/siginfo.h" #endif /* AFS_SGI_ENV */ #if !defined(AFS_AIX_ENV) && !defined(AFS_SUN5_ENV) && !defined(AFS_SGI_ENV) # include "h/kernel.h" #endif /* !SUN5 && !SGI */ #ifdef AFS_SUN5_ENV #include /* for kernel printf() prototype */ #endif #if defined(AFS_SUN56_ENV) #include "h/vfs.h" /* stops SUN56 socketvar.h warnings */ #include "h/stropts.h" /* stops SUN56 socketvar.h warnings */ #include "h/stream.h" /* stops SUN56 socketvar.h errors */ #endif #ifdef AFS_SUN510_ENV #include #endif #include "h/socket.h" #include "h/socketvar.h" #include "h/protosw.h" #if defined(AFS_SGI_ENV) || defined(AFS_HPUX_ENV) || defined(AFS_SUN5_ENV) || defined(AFS_FBSD_ENV) # include "h/dirent.h" # ifdef AFS_SUN5_ENV # include "h/sysmacros.h" # include "h/fs/ufs_fsdir.h" # endif /* AFS_SUN5_ENV */ #else # include "h/dir.h" #endif /* SGI || SUN || HPUX */ #if !defined(AFS_SGI64_ENV) && !defined(AFS_FBSD_ENV) && !defined(AFS_DARWIN80_ENV) #include "h/user.h" #endif /* AFS_SGI64_ENV */ #define MACH_USER_API 1 #if defined(AFS_FBSD50_ENV) #include "h/bio.h" #include "h/filedesc.h" #endif #include "h/file.h" #include "h/uio.h" #include "h/buf.h" #include "h/stat.h" /* ----- The following mainly deal with vnodes/inodes stuff ------ */ # ifdef AFS_SUN5_ENV # include "h/statvfs.h" # endif /* AFS_SUN5_ENV */ # ifdef AFS_HPUX_ENV struct vfspage; /* for vnode.h compiler warnings */ # include "h/swap.h" /* for struct swpdbd, for vnode.h compiler warnings */ # include "h/dbd.h" /* for union idbd, for vnode.h compiler warnings */ #ifdef AFS_HPUX110_ENV # include "h/resource.h" #endif #ifdef AFS_HPUX1123_ENV # include # include #endif # endif /* AFS_HPUX_ENV */ #if defined(AFS_DARWIN_ENV) || defined(AFS_FBSD_ENV) # if defined(AFS_FBSD50_ENV) struct vop_getwritemount_args; # endif # include # include # include #ifdef AFS_DARWIN80_ENV # include #include #endif # include # include # include #ifndef AFS_FBSD_ENV # include #define timeout_fcn_t mach_timeout_fcn_t # include #else MALLOC_DECLARE(M_AFS); # include # include # include # include # include # include # include #endif #undef timeout_fcn_t #define _DIR_H_ #define doff_t int32_t #ifndef AFS_DARWIN80_ENV # include # include # include #endif #else # include "h/vfs.h" # include "h/vnode.h" # ifdef AFS_SUN5_ENV # include "h/fs/ufs_inode.h" # include "h/fs/ufs_mount.h" # else # if !defined(AFS_SGI_ENV) && !defined(AFS_AIX32_ENV) # include "ufs/inode.h" # if !defined(AFS_SGI_ENV) && !defined(AFS_HPUX_ENV) # include "ufs/mount.h" # endif /* !AFS_HPUX_ENV */ # endif /* !AFS_AIX32_ENV */ # endif /* AFS_SUN5_ENV */ #endif /* AFS_DARWIN_ENV || AFS_FBSD_ENV */ /* These mainly deal with networking and rpc headers */ #include "netinet/in.h" #undef MFREE /* defined at mount.h for AIX */ #ifdef AFS_SUN5_ENV # include "h/time.h" #else #if !defined(AFS_HPUX_ENV) # include "h/mbuf.h" #endif #endif /* AFS_SUN5_ENV */ #include "rpc/types.h" #include "rx/xdr.h" /* Miscellaneous headers */ #include "h/proc.h" #if !defined(AFS_FBSD_ENV) #include "h/ioctl.h" #endif /* AFS_FBSD_ENV */ #if defined(AFS_HPUX101_ENV) && !defined(AFS_HPUX1123_ENV) #include "h/proc_iface.h" #include "h/vas.h" #endif #if defined(AFS_HPUX102_ENV) #include "h/unistd.h" #include "h/tty.h" #endif #if !defined(AFS_SGI_ENV) && !defined(AFS_AIX32_ENV) && !defined(AFS_HPUX_ENV) && !defined(AFS_SUN5_ENV) && !defined(AFS_DARWIN_ENV) && !defined(AFS_FBSD_ENV) # include "h/text.h" #endif #if defined(AFS_AIX_ENV) # include "h/flock.h" /* fcntl.h is a user-level include in aix */ #else # include "h/fcntl.h" #endif /* AIX */ #if defined(AFS_SGI_ENV) || defined(AFS_SUN5_ENV) # include "h/unistd.h" #endif /* SGI || SUN */ #ifdef AFS_AIX32_ENV # include "h/vmuser.h" #endif /* AFS_AIX32_ENV */ #if defined(AFS_SUN5_ENV) #include #include #include #include #include #include #endif #else /* ! AFS_OSF_ENV */ /* All of the OSF/1 stuff is here */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #ifndef AFS_OSF30_ENV #include #endif #include #include /* These mainly deal with networking and rpc headers */ #include #include #include #ifdef AFS_OSF_ENV #undef kmem_alloc #undef kmem_free #undef mem_alloc #undef mem_free #undef register #endif /* AFS_OSF_ENV */ #include #include #include #endif /* AFS_OSF_ENV */ #endif /* AFS_LINUX22_ENV */ #endif /* AFS_OBSD_ENV */ #endif /* __AFS_SYSINCLUDESH__ so idempotent */ #endif