no-copy-libafs-builds-20021015

make things so file copies from src/libafs don't happen; change how libafs_tree is done
This commit is contained in:
Nathan Neulinger 2002-10-16 04:58:13 +00:00 committed by Derrick Brashear
parent 695bf4bd6f
commit 782109a29b
422 changed files with 6785 additions and 7462 deletions

9
Makefile-libafs.in Normal file
View File

@ -0,0 +1,9 @@
# 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
all:
cd src && cd libafs && $(MAKE)

View File

@ -22,11 +22,12 @@ ENABLE_KERNEL_MODULE=@ENABLE_KERNEL_MODULE@
# rxgen, compile_et and others already exist and runs it with
# "-argument kinstall".
COMPILE_PART1 = cd src; cd
COMPILE_PART2A = ; $(MAKE)
COMPILE_PART1 = cd src && cd
COMPILE_PART2A = && $(MAKE)
COMPILE_PART2B = all
COMPILE_PART2 = ${COMPILE_PART2A} ${COMPILE_PART2B}
COMPILE_CLEAN = ${COMPILE_PART2A} clean
COMPILE_DEPINSTALL = ${COMPILE_PART2A} depinstall
all: force ${TOP_INCDIR} ${TOP_INCDIR}/afs ${TOP_LIBDIR}
$(MAKE) build
@ -83,11 +84,6 @@ dest_dirs: force
mkdir -p ${DEST}/root.server/etc
mkdir -p ${DEST}/root.server/usr/afs/bin
# This is needed to get these dirs built prior to stuff being installed into them
build_dirs_rx:
mkdir -p ${TOP_OBJDIR}/src/libafs/rx
mkdir -p ${TOP_OBJDIR}/src/libuafs/rx
project: cmd comerr
tests: all
@ -99,14 +95,14 @@ config:
pinstall: config
${COMPILE_PART1} pinstall ${COMPILE_PART2}
procmgmt: config pinstall
procmgmt: pinstall
${COMPILE_PART1} procmgmt ${COMPILE_PART2}
util: pinstall procmgmt
util: procmgmt
${COMPILE_PART1} util ${COMPILE_PART2}
audit: pinstall rx rxkad fsint
${COMPILE_PART1} audit ${COMPILE_PART2}
audit: util rx rxkad
${COMPILE_PART1} audit ${COMPILE_PART2} #TODO
comerr: util
${COMPILE_PART1} comerr ${COMPILE_PART2}
@ -119,13 +115,13 @@ cmd: comerr
${COMPILE_PART1} cmd ${COMPILE_PART2} ;; \
esac
lwp: project util
lwp: util
${COMPILE_PART1} lwp ${COMPILE_PART2}
rxgen: pinstall
rxgen: pinstall
${COMPILE_PART1} rxgen ${COMPILE_PART2}
rx: project lwp rxgen build_dirs_rx
rx: pinstall lwp rxgen
${COMPILE_PART1} rx ${COMPILE_PART2}
rxstat: rx
@ -135,54 +131,53 @@ rxtests: rxdebug
rxdebug: rx sys
${COMPILE_PART1} rxdebug ${COMPILE_PART2}
fsint: project kfsint
kfsint: lwp rxgen rx
fsint: cmd comerr rxgen rx lwp
${COMPILE_PART1} fsint ${COMPILE_PART2}
export2: project fsint
export2: project
export: fsint
export:
@case ${SYS_NAME} in \
rs_aix*) \
${COMPILE_PART1} export ${COMPILE_PART2} ;; \
*) \
echo skipping export for ${SYS_NAME} ;; \
${MAKE} export_build ; \
esac
afs: export
export_build: fsint
${COMPILE_PART1} export ${COMPILE_PART2}
afs: export pinstall comerr
${COMPILE_PART1} afs ${COMPILE_PART2}
des: config pinstall
${COMPILE_PART1} des ${COMPILE_PART2}
sys: project afs des rx rxstat fsint
sys: cmd comerr afs des rx rxstat fsint
${COMPILE_PART1} sys ${COMPILE_PART2}
rxkad: project des rx
rxkad: cmd comerr sys des rx
${COMPILE_PART1} rxkad ${COMPILE_PART2}
auth: project comerr des lwp rx sys rxkad audit
auth: cmd comerr comerr des lwp rx sys rxkad audit
${COMPILE_PART1} auth ${COMPILE_PART2}
ubik: project auth
ubik: cmd comerr auth
${COMPILE_PART1} ubik ${COMPILE_PART2}
ubiktests: ubik
ptserver: project ubik cmd comerr auth audit
ptserver: cmd comerr ubik cmd comerr auth audit
${COMPILE_PART1} ptserver ${COMPILE_PART2}
kauth: project ubik cmd auth comerr ptserver audit libacl
kauth: cmd comerr ubik cmd auth comerr ptserver audit libacl
${COMPILE_PART1} kauth ${COMPILE_PART2}
dauth: project ubik cmd auth kauth comerr
dauth: cmd comerr ubik cmd auth kauth comerr
${COMPILE_PART1} dauth ${COMPILE_PART2}
libacl: project ptserver
libacl: cmd comerr ptserver
${COMPILE_PART1} libacl ${COMPILE_PART2}
dir: project libacl
dir: cmd comerr libacl
${COMPILE_PART1} dir ${COMPILE_PART2}
# Removed from sgi_* case below:
@ -195,16 +190,16 @@ sgiefs:
echo No efs stuff for ${SYS_NAME};; \
esac
vol: project dir afs sgiefs
vol: cmd comerr dir afs sgiefs
${COMPILE_PART1} vol ${COMPILE_PART2}
vlserver: project vol audit
vlserver: cmd comerr vol audit
${COMPILE_PART1} vlserver ${COMPILE_PART2}
viced: project vlserver audit
viced: cmd comerr vlserver audit
${COMPILE_PART1} viced ${COMPILE_PART2}
tviced: project viced vlserver libafsrpc libafsauthent
tviced: cmd comerr viced vlserver libafsrpc libafsauthent
case ${SYS_NAME} in \
alpha_dux*|sgi_*|sun*_5*|rs_aix*|*linux*|hp_ux110|*fbsd*) \
${COMPILE_PART1} tviced ${COMPILE_PART2} ;; \
@ -212,17 +207,17 @@ tviced: project viced vlserver libafsrpc libafsauthent
echo Not building MT viced for ${SYS_NAME} ;; \
esac
volser: project tviced usd kauth audit
volser: cmd comerr tviced usd kauth audit
${COMPILE_PART1} volser ${COMPILE_PART2}
venus: project volser ptserver
venus: cmd comerr volser ptserver
${COMPILE_PART1} venus ${COMPILE_PART2}
${COMPILE_PART1} venus/test ${COMPILE_PART2}
afsd: project sys kauth
afsd: cmd comerr sys kauth
${COMPILE_PART1} afsd ${COMPILE_PART2}
null: project
null: cmd comerr
${COMPILE_PART1} null ${COMPILE_PART2}
${TOP_LIBDIR}/libtermlib.a:
@ -234,27 +229,21 @@ ${TOP_LIBDIR}/libtermlib.a:
ln -s /usr/lib/libtermlib.a ${TOP_LIBDIR}/libtermlib.a ;; \
esac
gtx: project null auth kauth ${TOP_LIBDIR}/libtermlib.a
gtx: cmd comerr null auth kauth ${TOP_LIBDIR}/libtermlib.a
${COMPILE_PART1} gtx ${COMPILE_PART2}
fsprobe: project util fsint volser
fsprobe: cmd comerr util fsint volser
${COMPILE_PART1} fsprobe ${COMPILE_PART2}
scout: project gtx fsprobe
scout: cmd comerr gtx fsprobe
${COMPILE_PART1} scout ${COMPILE_PART2}
uss: des kauth project rx vlserver vol volser
uss: des kauth cmd comerr rx vlserver vol volser
${COMPILE_PART1} uss ${COMPILE_PART2}
bozo: project ntp audit
bozo: cmd comerr ntp audit
${COMPILE_PART1} bozo ${COMPILE_PART2}
# Removed from respective case statements below:
# ${COMPILE_PART1} vfsckaix42 ${COMPILE_PART2} ;;
# ${COMPILE_PART1} vfscksol25 ${COMPILE_PART2} ;;
# ${COMPILE_PART1} vfscksol26 ${COMPILE_PART2} ;;
# ${COMPILE_PART1} vfscksol27 ${COMPILE_PART2} ;;
vfsck: vol
set -x; \
case ${SYS_NAME} in \
@ -264,7 +253,7 @@ vfsck: vol
${COMPILE_PART1} vfsck ${COMPILE_PART2} ;; \
esac
login: project kauth rxkad
login: cmd comerr kauth rxkad
set -x; \
case ${SYS_NAME} in \
sgi_* ) \
@ -285,64 +274,86 @@ login: project kauth rxkad
${COMPILE_PART1} login ${COMPILE_PART2} ;; \
esac
KERNELDIR= \
afs \
dir \
rx \
fsint \
auth \
rxkad \
util \
libacl \
vlserver \
sgiefs \
rxstat
#
# _depinstall targets - only build and install headers/sources that are needed by libafs/libuafs
#
# encode dependencies within the _depinstall targets as required
#
lwp_depinstall: pinstall
${COMPILE_PART1} lwp ${COMPILE_DEPINSTALL}
rx_depinstall: pinstall
${COMPILE_PART1} rx ${COMPILE_DEPINSTALL}
rxkad_depinstall: pinstall comerr
${COMPILE_PART1} rxkad ${COMPILE_DEPINSTALL}
ubik_depinstall: pinstall comerr rxgen
${COMPILE_PART1} ubik ${COMPILE_DEPINSTALL}
vlserver_depinstall: pinstall rxgen ubik_depinstall auth_depinstall
${COMPILE_PART1} vlserver ${COMPILE_DEPINSTALL}
auth_depinstall: pinstall comerr
${COMPILE_PART1} auth ${COMPILE_DEPINSTALL}
fsint_depinstall: pinstall rxgen
${COMPILE_PART1} fsint ${COMPILE_DEPINSTALL}
rxstat_depinstall: pinstall rxgen
${COMPILE_PART1} rxstat ${COMPILE_DEPINSTALL}
libacl_depinstall: pinstall
${COMPILE_PART1} libacl ${COMPILE_DEPINSTALL}
afs_depinstall: pinstall comerr
${COMPILE_PART1} afs ${COMPILE_DEPINSTALL}
dir_depinstall: pinstall
${COMPILE_PART1} dir ${COMPILE_DEPINSTALL}
kauth_depinstall: pinstall rxgen comerr
${COMPILE_PART1} kauth ${COMPILE_DEPINSTALL}
ptserver_depinstall: pinstall rxgen comerr
${COMPILE_PART1} ptserver ${COMPILE_DEPINSTALL}
UKERNELDIR= \
afs \
dir \
rx \
fsint \
util \
auth \
rxkad \
vlserver \
kauth \
des \
afsweb \
rxstat
#
# libafs build targets
#
libafs_setup: config export
src/config/config src/libafs/MakefileProto.${MKAFS_OSTYPE} src/libafs/Makefile ${SYS_NAME}
libafs: lwp libafs_setup ${KERNELDIR}
libafs: libafs_setup lwp_depinstall rx_depinstall vlserver_depinstall rxkad_depinstall fsint_depinstall \
libacl_depinstall afs_depinstall dir_depinstall rxstat_depinstall
${COMPILE_PART1} libafs ${COMPILE_PART2}
libafs_tree: libafs_setup ${KERNELDIR}
-/bin/rm -rf libafs_tree
for d in afs afsint rx config; do \
[ -d libafs_tree/$$d ] || mkdir -p libafs_tree/$$d; \
done
for f in `cd src/libafs; find . -name '*.[ch]'` \
Makefile.common Makefile.extradefs ${DARWIN_INFOFILE} \
afs.shutdown afs.startup redhat.sh sgi_master sgi_system \
; do \
${INSTALL} -c -f src/libafs/$$f libafs_tree/$$f; \
done
for f in config.guess config.sub install-sh missing mkinstalldirs \
; do \
${INSTALL} -c -f $$f libafs_tree/$$f; \
done
src/config/config src/libafs/MakefileProto.${MKAFS_OSTYPE}.in libafs_tree/Makefile.in ${SYS_NAME}
${INSTALL} -c src/config/Makefile.config.in libafs_tree/config
${INSTALL} -c src/config/afsconfig.h.in libafs_tree/config
${INSTALL} -c -f -ns configure-libafs libafs_tree/configure
case ${SYS_NAME} in \
*linux*) \
${INSTALL} -c src/config/make_vnode.pl libafs_tree/config ; \
${INSTALL} -c src/afs/LINUX/osi_vfs.hin libafs_tree/afs ;; \
esac
libafs_tree: libafs_setup lwp_depinstall rx_depinstall vlserver_depinstall rxkad_depinstall fsint_depinstall \
libacl_depinstall afs_depinstall dir_depinstall rxstat_depinstall
${TOP_SRCDIR}/config/make_libafs_tree.pl \
-sn $(SYS_NAME) \
-os $(MKAFS_OSTYPE) \
-t @TOP_OBJDIR@/libafs_tree \
-o @TOP_OBJDIR@ \
-p @srcdir@
libuafs: lwp libuafs_setup ${UKERNELDIR}
#
# libuafs build targets
#
UKERNELDIR= \
des \
afsweb
libuafs_setup: config export
src/config/config src/libuafs/MakefileProto.${MKAFS_OSTYPE} src/libuafs/Makefile ${SYS_NAME}
libuafs: libuafs_setup vlserver_depinstall rx_depinstall fsint_depinstall \
auth_depinstall dir_depinstall libacl_depinstall rxkad_depinstall \
ubik_depinstall afs_depinstall kauth_depinstall ptserver_depinstall \
rxstat_depinstall lwp_depinstall des
set -x; \
case ${SYS_NAME} in \
hp_ux102* | *_obsd* | sun*_4* | *_nbsd*) \
@ -354,28 +365,28 @@ libuafs: lwp libuafs_setup ${UKERNELDIR}
afsweb: kauth dauth
${COMPILE_PART1} afsweb ${COMPILE_PART2}
update: project auth
update: cmd comerr auth
${COMPILE_PART1} update ${COMPILE_PART2}
log: project auth
log: cmd comerr auth
${COMPILE_PART1} log ${COMPILE_PART2}
bu_utils: project usd
bu_utils: cmd comerr usd
${COMPILE_PART1} bu_utils ${COMPILE_PART2}
usd: project
usd: cmd comerr
${COMPILE_PART1} usd ${COMPILE_PART2}
bubasics: project comerr rx
bubasics: cmd comerr comerr rx
${COMPILE_PART1} bubasics ${COMPILE_PART2}
butm: project bubasics usd uss
butm: cmd comerr bubasics usd uss
${COMPILE_PART1} butm ${COMPILE_PART2}
butc: project bubasics butm budb bucoord cmd rxgen rx
butc: cmd comerr bubasics butm budb bucoord cmd rxgen rx
${COMPILE_PART1} butc ${COMPILE_PART2}
tbutc: project bubasics butm budb bucoord cmd butc
tbutc: cmd comerr bubasics butm budb bucoord cmd butc
case ${SYS_NAME} in \
alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix4*|*linux*|hp_ux110) \
${COMPILE_PART1} tbutc ${COMPILE_PART2} ;; \
@ -383,16 +394,16 @@ tbutc: project bubasics butm budb bucoord cmd butc
echo Not building MT butc for ${SYS_NAME} ;; \
esac
budb: project bubasics uss
budb: cmd comerr bubasics uss
${COMPILE_PART1} budb ${COMPILE_PART2}
bucoord: project bubasics budb volser
bucoord: cmd comerr bubasics budb volser
${COMPILE_PART1} bucoord ${COMPILE_PART2}
xstat: project fsint viced
xstat: cmd comerr fsint viced
${COMPILE_PART1} xstat ${COMPILE_PART2}
afsmonitor: project gtx xstat
afsmonitor: cmd comerr gtx xstat
${COMPILE_PART1} afsmonitor ${COMPILE_PART2}
tests: rxtests ubiktests
@ -479,12 +490,6 @@ finale_nolibafs: project cmd comerr afsd allrcmds butc tbutc libuafs audit kauth
# Use washtool to ensure MakefileProto is current and obj/libafs exists.
libafs_setup: config export
src/config/config src/libafs/MakefileProto.${MKAFS_OSTYPE} src/libafs/Makefile ${SYS_NAME}
libuafs_setup: config export
src/config/config src/libuafs/MakefileProto.${MKAFS_OSTYPE} src/libuafs/Makefile ${SYS_NAME}
force:
TARGET=finale

View File

@ -641,4 +641,23 @@ AC_SUBST(IRIX_BUILD_IP35)
OPENAFS_OSCONF
TOP_SRCDIR="${srcdir}/src"
dnl
dnl If we're using ./configure, need a more reasonable TOP_SRCDIR, since relative links don't work everywhere
dnl
case $TOP_SRCDIR in
/*)
;;
*)
TOP_SRCDIR=${SRCDIR_PARENT}/src
esac
TOP_OBJDIR="${SRCDIR_PARENT}"
TOP_INCDIR="${SRCDIR_PARENT}/include"
TOP_LIBDIR="${SRCDIR_PARENT}/lib"
if test "${DEST}x" = "x"; then
DEST="${SRCDIR_PARENT}/${AFS_SYSNAME}/dest"
fi
])

View File

@ -1,26 +1,14 @@
AC_INIT(Makefile.common)
AC_INIT(src/libafs/Makefile.common.in)
AM_INIT_AUTOMAKE(openafs-libafs,devel)
AC_CONFIG_HEADER(config/afsconfig.h)
AC_CONFIG_HEADER(src/config/afsconfig.h)
define(OPENAFS_CONFIGURE_LIBAFS)
AC_PROG_CC
OPENAFS_CONFIGURE_COMMON
TOP_SRCDIR="${SRCDIR_PARENT}"
TOP_INCDIR="${SRCDIR_PARENT}/include"
TOP_LIBDIR="${SRCDIR_PARENT}/lib"
if test "${DEST}x" = "x"; then
DEST="${SRCDIR_PARENT}/${AFS_SYSNAME}/dest"
fi
# Check for files involved in porting. Report errors, don't make the
# user hunt through the configure log after the build fails!
if test ! -r config/Makefile.${AFS_SYSNAME}.in ; then
AC_MSG_ERROR(no source file config/Makefile.${AFS_SYSNAME}.in)
fi
AC_OUTPUT( \
Makefile \
config/Makefile.config \
config/Makefile.${AFS_SYSNAME} \
src/config/Makefile.config \
src/libafs/Makefile.common \
src/libafs/Makefile \
)

View File

@ -5,14 +5,6 @@ AC_CONFIG_HEADER(src/config/afsconfig.h)
AC_PROG_CC
OPENAFS_CONFIGURE_COMMON
TOP_SRCDIR="${srcdir}/src"
TOP_OBJDIR="${SRCDIR_PARENT}"
TOP_INCDIR="${SRCDIR_PARENT}/include"
TOP_LIBDIR="${SRCDIR_PARENT}/lib"
if test "${DEST}x" = "x"; then
DEST="${SRCDIR_PARENT}/${AFS_SYSNAME}/dest"
fi
AC_OUTPUT( \
Makefile \
src/afs/Makefile \

17
libafsdep Normal file
View File

@ -0,0 +1,17 @@
#
# Note, do not copy configure-libafs, or Makefile-libafs, as they are
# copied and renamed in the make_libafs_tree.pl script.
#
config.guess
config.sub
install-sh
missing
mkinstalldirs
#
# Following are listed in here cause the include/ dir doesn't exist in
# source tree. For now, just copying everything, though this could easily
# be shrunk to only copying minimal list of files if you're willing to accept
# the maintenance that implies.
#
include/*.h
include/*/*.h

View File

@ -34,7 +34,7 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */
int afs_osicred_initialized=0;

View File

@ -14,13 +14,13 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "afs/afs_stats.h" /* statistics */
static int

View File

@ -14,14 +14,14 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/osi_inode.h"
#include "afs/afs_stats.h" /* statistics stuff */
#include "sys/syspest.h"
#if !defined(offsetof)

View File

@ -17,41 +17,41 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../h/systm.h"
#include "../h/types.h"
#include "../h/errno.h"
#include "../h/stat.h"
#include "../h/user.h"
#include "../h/uio.h"
#include "../h/vattr.h"
#include "../h/file.h"
#include "../h/vfs.h"
#include "../h/chownx.h"
#include "../h/systm.h"
#include "../h/access.h"
#include "../rpc/types.h"
#include "../afs/osi_vfs.h"
#include "../netinet/in.h"
#include "../h/mbuf.h"
#include "../rpc/types.h"
#include "../rpc/xdr.h"
#include "../h/vmuser.h"
#include "../h/syspest.h"
#include "h/systm.h"
#include "h/types.h"
#include "h/errno.h"
#include "h/stat.h"
#include "h/user.h"
#include "h/uio.h"
#include "h/vattr.h"
#include "h/file.h"
#include "h/vfs.h"
#include "h/chownx.h"
#include "h/systm.h"
#include "h/access.h"
#include "rpc/types.h"
#include "osi_vfs.h"
#include "netinet/in.h"
#include "h/mbuf.h"
#include "rpc/types.h"
#include "rpc/xdr.h"
#include "h/vmuser.h"
#include "h/syspest.h"
#include "../afs/stds.h"
#include "../afs/afs_osi.h"
#include "afs/stds.h"
#include "afs/afs_osi.h"
#define RFTP_INTERNALS 1
#include "../afs/volerrors.h"
#include "../afsint/afsint.h"
#include "../afsint/vldbint.h"
#include "../afs/lock.h"
#include "../afs/exporter.h"
#include "../afs/afs.h"
#include "../afs/afs_stats.h"
#include "afs/volerrors.h"
#include "afsint.h"
#include "vldbint.h"
#include "afs/lock.h"
#include "afs/exporter.h"
#include "afs/afs.h"
#include "afs/afs_stats.h"
/* In Aix one may specify an init routine routine which is called once during
* initialization of all gfs; one day we might need to actual do somehing here.

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */

View File

@ -13,12 +13,12 @@
* Implements:
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "sys/limits.h"
#include "sys/types.h"
#include "sys/user.h"

View File

@ -11,18 +11,18 @@
* osi_vfsops.c for AIX
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics stuff */
#ifdef AFS_AIX_IAUTH_ENV
#include "../afs/nfsclient.h"
#include "../afs/exporter.h"
#include "afs/nfsclient.h"
#include "afs/exporter.h"
extern struct afs_exporter *afs_nfsexporter;
#endif

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
/* Try to discard pages, in order to recycle a vcache entry.
*

View File

@ -8,50 +8,50 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../h/systm.h"
#include "../h/types.h"
#include "../h/errno.h"
#include "../h/stat.h"
#include "../h/user.h"
#include "../h/uio.h"
#include "../h/vattr.h"
#include "../h/file.h"
#include "../h/vfs.h"
#include "../h/chownx.h"
#include "../h/systm.h"
#include "../h/access.h"
#include "h/systm.h"
#include "h/types.h"
#include "h/errno.h"
#include "h/stat.h"
#include "h/user.h"
#include "h/uio.h"
#include "h/vattr.h"
#include "h/file.h"
#include "h/vfs.h"
#include "h/chownx.h"
#include "h/systm.h"
#include "h/access.h"
#ifdef AFS_AIX51_ENV
#include "../h/acl.h"
#include "h/acl.h"
#endif
#include "../rpc/types.h"
#include "../afs/osi_vfs.h"
#include "../netinet/in.h"
#include "../h/mbuf.h"
#include "../h/vmuser.h"
#include "../h/shm.h"
#include "../rpc/types.h"
#include "../rpc/xdr.h"
#include "rpc/types.h"
#include "osi_vfs.h"
#include "netinet/in.h"
#include "h/mbuf.h"
#include "h/vmuser.h"
#include "h/shm.h"
#include "rpc/types.h"
#include "rpc/xdr.h"
#include "../afs/stds.h"
#include "../afs/afs_osi.h"
#include "afs/stds.h"
#include "afs/afs_osi.h"
#define RFTP_INTERNALS 1
#include "../afs/volerrors.h"
#include "../afsint/afsint.h"
#include "../afsint/vldbint.h"
#include "../afs/lock.h"
#include "../afs/exporter.h"
#include "../afs/afs.h"
#include "../afs/afs_chunkops.h"
#include "../afs/afs_stats.h"
#include "../afs/nfsclient.h"
#include "../afs/icl.h"
#include "../afs/prs_fs.h"
#include "../h/flock.h"
#include "../afs/afsincludes.h"
#include "afs/volerrors.h"
#include "afsint.h"
#include "vldbint.h"
#include "afs/lock.h"
#include "afs/exporter.h"
#include "afs/afs.h"
#include "afs/afs_chunkops.h"
#include "afs/afs_stats.h"
#include "afs/nfsclient.h"
#include "afs/icl.h"
#include "afs/prs_fs.h"
#include "h/flock.h"
#include "afsincludes.h"
/*

View File

@ -8,14 +8,14 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "../afs/osi_inode.h"
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */
#include "afs/osi_inode.h"
int afs_osicred_initialized=0;

View File

@ -15,13 +15,13 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "afs/afs_stats.h" /* statistics */
static int
afs_getgroups(

View File

@ -13,14 +13,14 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/osi_inode.h"
#include "afs/afs_stats.h" /* statistics stuff */
#include <ufs/ufs/ufsmount.h>
extern struct ucred afs_osi_cred;

View File

@ -8,12 +8,12 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include <sys/namei.h>
int osi_lookupname(char *aname, enum uio_seg seg, int followlink,

View File

@ -1,14 +1,14 @@
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "afs/sysincludes.h"
#include "afsincludes.h"
#ifdef AFS_DARWIN60_ENV /* not in Kernel.framework anymore !?! */
#include <sys/syscall.h>
#else
#include "../sys/syscall.h"
#include "sys/syscall.h"
#endif
#include <mach/kmod.h>

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */
static int osi_TimedSleep(char *event, afs_int32 ams, int aintok);

View File

@ -4,7 +4,7 @@
RCSID("$Header$");
#include <afs/sysincludes.h> /* Standard vendor system headers */
#include <afs/afsincludes.h> /* Afs-based standard headers */
#include <afsincludes.h> /* Afs-based standard headers */
#include <afs/afs_stats.h> /* statistics */
#include <sys/malloc.h>
#include <sys/namei.h>

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
#include <sys/ubc.h>
/* Try to discard pages, in order to recycle a vcache entry.

View File

@ -4,7 +4,7 @@
RCSID("$Header$");
#include <afs/sysincludes.h> /* Standard vendor system headers */
#include <afs/afsincludes.h> /* Afs-based standard headers */
#include <afsincludes.h> /* Afs-based standard headers */
#include <afs/afs_stats.h> /* statistics */
#include <sys/malloc.h>
#include <sys/namei.h>

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */
int afs_osicred_initialized=0;

View File

@ -14,13 +14,13 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "afs/afs_stats.h" /* statistics */
static int
afs_getgroups(

View File

@ -14,14 +14,14 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/osi_inode.h"
#include "afs/afs_stats.h" /* statistics stuff */
#include <ufs/ufsmount.h>
/* given a vnode, return the `inode number'; if it's a UFS vnode just

View File

@ -13,12 +13,12 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
/*
* afs_suser() returns true if the caller is superuser, false otherwise.

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */

View File

@ -11,13 +11,13 @@
* osi_vfsops.c for DUX
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics stuff */
#include <sys/types.h>
#include <kern/mach_param.h>
#include <sys/sysconfig.h>

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
#include <vm/vm_ubc.h>
#include <values.h>

View File

@ -12,19 +12,19 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
#include <vm/vm_mmap.h>
#include <vm/vm_ubc.h>
#include "../afs/afs_cbqueue.h"
#include "../afs/nfsclient.h"
#include "../afs/afs_osidnlc.h"
#include "afs/afs_cbqueue.h"
#include "afs/nfsclient.h"
#include "afs/afs_osidnlc.h"
extern int afs_lookup(), afs_create(), afs_noop(), afs_open(), afs_close();

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */
int afs_osicred_initialized=0;

View File

@ -15,13 +15,13 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "afs/afs_stats.h" /* statistics */
static int
afs_getgroups(

View File

@ -14,14 +14,14 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/osi_inode.h"
#include "afs/afs_stats.h" /* statistics stuff */
#include <sys/queue.h>
#include <sys/lock.h>
#include <ufs/ufsmount.h>

View File

@ -15,12 +15,12 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include <sys/namei.h>
/*
* afs_suser() returns true if the caller is superuser, false otherwise.

View File

@ -2,7 +2,7 @@
#include <afs/param.h>
#include <afs/sysincludes.h>
#include <afs/afsincludes.h>
#include <afsincludes.h>
#include <sys/module.h>
#include <sys/sysproto.h>
#include <sys/syscall.h>

View File

@ -9,13 +9,13 @@
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */

View File

@ -4,7 +4,7 @@
RCSID("$Header$");
#include <afs/sysincludes.h> /* Standard vendor system headers */
#include <afs/afsincludes.h> /* Afs-based standard headers */
#include <afsincludes.h> /* Afs-based standard headers */
#include <afs/afs_stats.h> /* statistics */
#include <sys/malloc.h>
#include <sys/namei.h>

View File

@ -19,13 +19,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
#include <vm/vm_object.h>
#include <vm/vm_map.h>
#include <limits.h>

View File

@ -4,7 +4,7 @@
RCSID("$Header$");
#include <afs/sysincludes.h> /* Standard vendor system headers */
#include <afs/afsincludes.h> /* Afs-based standard headers */
#include <afsincludes.h> /* Afs-based standard headers */
#include <afs/afs_stats.h> /* statistics */
#include <sys/malloc.h>
#include <sys/namei.h>

View File

@ -8,14 +8,14 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "../afs/osi_inode.h" /* igetinode() */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */
#include "afs/osi_inode.h" /* igetinode() */
int afs_osicred_initialized=0;

View File

@ -14,13 +14,13 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "afs/afs_stats.h" /* statistics */
static int
afs_getgroups(

View File

@ -14,14 +14,14 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/osi_inode.h"
#include "afs/afs_stats.h" /* statistics stuff */
#include <sys/mount.h>

View File

@ -18,7 +18,7 @@
#ifndef _OSI_MACHDEP_H_
#define _OSI_MACHDEP_H_
#include "../h/kern_sem.h"
#include "h/kern_sem.h"
#define afs_hz hz
extern struct timeval time;

View File

@ -13,12 +13,12 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
/*
* afs_suser() returns true if the caller is superuser, false otherwise.

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */

View File

@ -11,13 +11,13 @@
* osi_vfsops.c for HPUX
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics stuff */
#include <sys/scall_kernprivate.h>

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
/* Try to discard pages, in order to recycle a vcache entry.
*

View File

@ -10,13 +10,13 @@
/* This is a placeholder for routines unique to the port of AFS to hp-ux*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics stuff */
#include <sys/uio.h>
#include <sys/vfs.h>
@ -160,25 +160,25 @@ afs_lockf( vp, flag, len, cred, fp, LB, UB )
}
#include "../machine/vmparam.h" /* For KERNELSPACE */
#include "../h/debug.h"
#include "../h/types.h"
#include "../h/param.h"
#include "../h/vmmac.h"
#include "../h/time.h"
#include "../ufs/inode.h"
#include "../ufs/fs.h"
#include "../h/dbd.h"
#include "../h/vfd.h"
#include "../h/region.h"
#include "../h/pregion.h"
#include "../h/vmmeter.h"
#include "../h/user.h"
#include "../h/sysinfo.h"
#include "../h/pfdat.h"
#include "../h/tuneable.h"
#include "../h/buf.h"
#include "../netinet/in.h"
#include "machine/vmparam.h" /* For KERNELSPACE */
#include "h/debug.h"
#include "h/types.h"
#include "h/param.h"
#include "h/vmmac.h"
#include "h/time.h"
#include "ufs/inode.h"
#include "ufs/fs.h"
#include "h/dbd.h"
#include "h/vfd.h"
#include "h/region.h"
#include "h/pregion.h"
#include "h/vmmeter.h"
#include "h/user.h"
#include "h/sysinfo.h"
#include "h/pfdat.h"
#include "h/tuneable.h"
#include "h/buf.h"
#include "netinet/in.h"
/* a freelist of one */
struct buf *afs_bread_freebp = 0;

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */
int afs_osicred_initialized=0;
afs_lock_t afs_xosi; /* lock is for tvattr */

View File

@ -16,13 +16,13 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "afs/afs_stats.h" /* statistics */
static int

View File

@ -11,14 +11,14 @@
* Implementation of Irix IDBG facility for AFS.
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#ifdef AFS_SGI62_ENV
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
/*

View File

@ -40,14 +40,14 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/osi_inode.h"
#include "afs/afs_stats.h" /* statistics stuff */
#define BAD_IGET -1000

View File

@ -11,14 +11,14 @@
* Implementation of miscellaneous Irix routines.
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#ifdef AFS_SGI62_ENV
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */

View File

@ -11,13 +11,13 @@
* osi_vfsops.c for IRIX
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics stuff */
#include "sys/syssgi.h"

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
#include "sys/flock.h" /* for IGN_PID */
extern struct vnodeops Afs_vnodeops;

View File

@ -11,16 +11,16 @@
* SGI specific vnodeops + other misc interface glue
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#ifdef AFS_SGI62_ENV
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "../sys/flock.h"
#include "../afs/nfsclient.h"
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
#include "sys/flock.h"
#include "afs/nfsclient.h"
/* AFSBSIZE must be at least the size of a page, else the client will hang.
* For 64 bit platforms, the page size is more than 8K.

View File

@ -12,17 +12,17 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../h/mm.h"
#include "../h/slab.h"
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "h/mm.h"
#include "h/slab.h"
#include "../afs/afs_atomlist.h"
#include "../afs/afs_lhash.h"
#include "afs_atomlist.h"
#include "afs_lhash.h"
#define MAX_KMALLOC_SIZE PAGE_SIZE /* Max we should alloc with kmalloc */
#define MAX_BUCKET_LEN 30 /* max. no. of entries per buckets we expect to see */
@ -51,7 +51,7 @@ struct afs_lhash_stat afs_linux_lsb; /* hash table statistics */
unsigned int afs_linux_hash_bucket_dist[MAX_BUCKET_LEN]; /* bucket population distribution in our hash table */
#if defined(AFS_LINUX24_ENV)
#include "../h/vmalloc.h"
#include "h/vmalloc.h"
#else
/* externs : can we do this in a better way. Including vmalloc.h causes other
* problems.*/

View File

@ -12,12 +12,12 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "afs/sysincludes.h"
#include "afsincludes.h"
/* Setup a pool for creds. Allocate several at a time. */
#define CRED_ALLOC_STEP 29 /* at 140 bytes/cred = 4060 bytes. */

View File

@ -8,14 +8,14 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "../h/smp_lock.h"
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */
#include "h/smp_lock.h"
int afs_osicred_initialized=0;

View File

@ -14,15 +14,15 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "afs/afs_stats.h" /* statistics */
#ifdef AFS_LINUX22_ENV
#include "../h/smp_lock.h"
#include "h/smp_lock.h"
#endif
static int afs_getgroups(cred_t *cr, gid_t *groups);

View File

@ -18,14 +18,14 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/osi_inode.h"
#include "afs/afs_stats.h" /* statistics stuff */
#define BAD_IGET -1000

View File

@ -28,7 +28,7 @@
#define afs_hz HZ
#include "../h/sched.h"
#include "h/sched.h"
#define osi_Time() (xtime.tv_sec)
#if (CPU == sparc64)
#define osi_GetTime(V) do { (*(V)).tv_sec = xtime.tv_sec; (*(V)).tv_usec = xtime.tv_usec; } while (0)

View File

@ -12,15 +12,15 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h"
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "afs/afs_stats.h"
#if defined(AFS_LINUX24_ENV)
#include "../h/smp_lock.h"
#include "h/smp_lock.h"
#endif
char *crash_addr = 0; /* Induce an oops by writing here. */

View File

@ -12,14 +12,14 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../h/unistd.h" /* For syscall numbers. */
#include "../h/mm.h"
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "h/unistd.h" /* For syscall numbers. */
#include "h/mm.h"
#include <linux/module.h>
#include <linux/slab.h>

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */
static int osi_TimedSleep(char *event, afs_int32 ams, int aintok);

View File

@ -7,11 +7,11 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */
#include <linux/sysctl.h>
#include <linux/config.h>

View File

@ -13,16 +13,16 @@
* super_block operations should return negated errno to Linux.
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h"
#include "../h/locks.h"
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "afs/afs_stats.h"
#include "h/locks.h"
#if defined(AFS_LINUX24_ENV)
#include "../h/smp_lock.h"
#include "h/smp_lock.h"
#endif
#define __NO_VERSION__ /* don't define kernel_verion in module.h */

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
/* Linux VM operations
*

View File

@ -21,18 +21,18 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h"
#include "../afs/afs_osidnlc.h"
#include "../h/mm.h"
#include "../h/pagemap.h"
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "afs/afs_stats.h"
#include "afs/afs_osidnlc.h"
#include "h/mm.h"
#include "h/pagemap.h"
#if defined(AFS_LINUX24_ENV)
#include "../h/smp_lock.h"
#include "h/smp_lock.h"
#endif
#ifdef pgoff2loff

View File

@ -8,22 +8,15 @@
srcdir=@srcdir@
include @TOP_OBJDIR@/src/config/Makefile.config
all: kinstall ukinstall ${TOP_INCDIR}/afs/afs.h ${TOP_INCDIR}/afs/osi_inode.h ${TOP_INCDIR}/afs/afs_stats.h ${TOP_INCDIR}/afs/exporter.h ${TOP_INCDIR}/afs/nfsclient.h
all: depinstall
depinstall: ${TOP_INCDIR}/afs/afs.h ${TOP_INCDIR}/afs/osi_inode.h ${TOP_INCDIR}/afs/afs_stats.h \
${TOP_INCDIR}/afs/exporter.h ${TOP_INCDIR}/afs/nfsclient.h afszcm.cat AFS_component_version_number.c
case ${SYS_NAME} in \
pmax_ul43 | pmax_ul43a) \
${INSTALL} longc_procs.h ${TOP_INCDIR}/afs ;; \
esac
# NOTE: linux case uses --new as well to work around bug in some versions of
# gencat.
kinstall: ${KERNELDIR}/afs AFS_component_version_number.c afszcm.cat
-chmod 666 ${KERNELDIR}/afs/*
${INSTALL} ${srcdir}/*.[csh] ${KERNELDIR}/afs
-${INSTALL} *.[csh] ${KERNELDIR}/afs
${INSTALL} ${srcdir}/VNOPS/*.[csh] ${KERNELDIR}/afs
${INSTALL} ${srcdir}/${MKAFS_OSTYPE}/*.[csh] ${KERNELDIR}/afs
-${INSTALL} ${MKAFS_OSTYPE}/*.[csh] ${KERNELDIR}/afs
afs_trace.h afs_trace.msf: afs_trace.et
${COMPILE_ET} -v 2 -p ${srcdir} afs_trace.et
@ -42,19 +35,6 @@ afszcm.cat: afs_trace.msf
gencat afszcm.cat afs_trace.msf ;; \
esac
${KERNELDIR}/afs:
mkdir -p $@
ukinstall: ${UKERNELDIR}/afs afs_trace.msf AFS_component_version_number.c
-chmod 666 ${UKERNELDIR}/afs/*
${INSTALL} *.[csh] ${UKERNELDIR}/afs
${INSTALL} ${srcdir}/*.[csh] ${UKERNELDIR}/afs
${INSTALL} ${srcdir}/VNOPS/*.[csh] ${UKERNELDIR}/afs
${INSTALL} ${srcdir}/UKERNEL/*.[csh] ${UKERNELDIR}/afs
${UKERNELDIR}/afs:
mkdir -p $@
install: ${DESTDIR}${includedir}/afs/afs.h ${DESTDIR}${includedir}/afs/osi_inode.h ${DESTDIR}${includedir}/afs/afs_stats.h ${DESTDIR}${includedir}/afs/exporter.h ${DESTDIR}${includedir}/afs/nfsclient.h
case ${SYS_NAME} in \
pmax_ul43 | pmax_ul43a) \

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */
int afs_osicred_initialized=0;

View File

@ -16,13 +16,13 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "afs/afs_stats.h" /* statistics */
#define NOCRED ((struct ucred *) -1)
#define NOUID ((uid_t) -1)

View File

@ -14,14 +14,14 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/osi_inode.h"
#include "afs/afs_stats.h" /* statistics stuff */
#include <sys/queue.h>
#include <sys/lock.h>
#include <ufs/ufsmount.h>

View File

@ -15,12 +15,12 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
/*
* afs_suser() returns true if the caller is superuser, false otherwise.

View File

@ -9,13 +9,13 @@
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */

View File

@ -11,13 +11,13 @@
* osi_vfsops.c for DUX
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics stuff */
#include <sys/types.h>
#include <kern/mach_param.h>
#include <sys/sysconfig.h>

View File

@ -19,13 +19,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
/* #include <vm/vm_ubc.h> */
#include <limits.h>
#include <float.h>

View File

@ -12,21 +12,21 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
#include <vm/vm.h>
#include <vm/vnode_pager.h>
#include <vm/vm_map.h>
/* #include <vm/vm_ubc.h> */
#include "../afs/afs_cbqueue.h"
#include "../afs/nfsclient.h"
#include "../afs/afs_osidnlc.h"
#include "afs/afs_cbqueue.h"
#include "afs/nfsclient.h"
#include "afs/afs_osidnlc.h"
extern int afs_lookup(), afs_create(), afs_noop(), afs_open(), afs_close();

View File

@ -8,14 +8,14 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "../afs/osi_inode.h"
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */
#include "afs/osi_inode.h"
int afs_osicred_initialized=0;

View File

@ -14,13 +14,13 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "afs/afs_stats.h" /* statistics */
static int

View File

@ -14,14 +14,14 @@
*
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/osi_inode.h"
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/osi_inode.h"
#include "afs/afs_stats.h" /* statistics stuff */
extern int (*ufs_iallocp)(), (*ufs_iupdatp)(), (*ufs_igetp)(),
(*ufs_itimes_nolockp)();

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* afs statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* afs statistics */
static int osi_TimedSleep(char *event, afs_int32 ams, int aintok);

View File

@ -11,15 +11,15 @@
* osi_vfsops.c for SOLARIS
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */
#include "../h/modctl.h"
#include "../h/syscall.h"
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics stuff */
#include "h/modctl.h"
#include "h/syscall.h"
#include <sys/kobj.h>

View File

@ -8,14 +8,14 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "../afs/nfsclient.h"
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
#include "afs/nfsclient.h"
#if defined(AFS_SUN5_ENV)
/* This file contains Solaris VM-related code for the cache manager. */

View File

@ -8,7 +8,7 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
@ -32,10 +32,10 @@ RCSID("$Header$");
* Variables: Afs_vnodeops
*
*/
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "../afs/nfsclient.h"
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
#include "afs/nfsclient.h"
#include <sys/mman.h>

View File

@ -12,24 +12,24 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#ifdef UKERNEL
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include <net/if.h>
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_usrops.h"
#include "../afs/afs_stats.h"
#include "../afs/auth.h"
#include "../afs/cellconfig.h"
#include "../afs/vice.h"
#include "../afs/kautils.h"
#include "../afs/afsutil.h"
#include "../rx/rx_globals.h"
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs_usrops.h"
#include "afs/afs_stats.h"
#include "afs/auth.h"
#include "afs/cellconfig.h"
#include "afs/vice.h"
#include "afs/kautils.h"
#include "afs/afsutil.h"
#include "rx/rx_globals.h"
#define VFS 1
#undef VIRTUE

View File

@ -8,21 +8,21 @@
*/
/* AFS based headers */
#include "../afs/stds.h"
#include "../rx/rx.h"
#include "../afs/afs_osi.h"
#include "../afs/lock.h"
#include "../afs/volerrors.h"
#include "../afs/voldefs.h"
#include "../afsint/afsint.h"
#include "../afs/exporter.h"
#include "../afsint/vldbint.h"
#include "../afs/afs.h"
#include "../afs/afs_chunkops.h"
#include "../afs/rxkad.h"
#include "../afs/prs_fs.h"
#include "../afs/dir.h"
#include "../afs/afs_axscache.h"
#include "../afs/icl.h"
#include "../afs/afs_stats.h"
#include "../afs/afs_prototypes.h"
#include "afs/stds.h"
#include "rx/rx.h"
#include "afs/afs_osi.h"
#include "afs/lock.h"
#include "afs/volerrors.h"
#include "afs/voldefs.h"
#include "afsint.h"
#include "afs/exporter.h"
#include "vldbint.h"
#include "afs/afs.h"
#include "afs/afs_chunkops.h"
#include "rx/rxkad.h"
#include "afs/prs_fs.h"
#include "afs/dir.h"
#include "afs/afs_axscache.h"
#include "afs/icl.h"
#include "afs/afs_stats.h"
#include "afs/afs_prototypes.h"

View File

@ -12,13 +12,13 @@
* setpag (aliased to use_setpag in sysincludes.h)
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h"
#include "../afs/afsincludes.h"
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h"
#include "afsincludes.h"
#include "afs/afs_stats.h" /* statistics */
int afs_xsetgroups()

View File

@ -18,7 +18,7 @@
#ifndef _OSI_MACHDEP_H_
#define _OSI_MACHDEP_H_
#include "../afs/sysincludes.h"
#include "afs/sysincludes.h"
#define MAX_OSI_PATH 1024
#define MAX_OSI_FILES 1024

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics stuff */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics stuff */
int afs_mount();
@ -36,7 +36,7 @@ struct vcache *afs_globalVp = 0;
int afs_rootCellIndex = 0;
#if !defined(AFS_USR_AIX_ENV)
#include "../sys/syscall.h"
#include "sys/syscall.h"
#endif
afs_mount(afsp, path, data)

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
void osi_VM_Truncate(struct vcache *avc, int alen, struct AFS_UCRED *acred)
{

View File

@ -8,13 +8,13 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
extern int afs_noop();
extern int afs_badop();

View File

@ -20,16 +20,16 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "../afs/afs_cbqueue.h"
#include "../afs/nfsclient.h"
#include "../afs/afs_osidnlc.h"
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
#include "afs/afs_cbqueue.h"
#include "afs/nfsclient.h"
#include "afs/afs_osidnlc.h"
#ifndef ANONYMOUSID
#define ANONYMOUSID 32766 /* make sure this is same as in ptserver.h */

View File

@ -19,16 +19,16 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "../afs/afs_cbqueue.h"
#include "../afs/nfsclient.h"
#include "../afs/afs_osidnlc.h"
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
#include "afs/afs_cbqueue.h"
#include "afs/nfsclient.h"
#include "afs/afs_osidnlc.h"
extern afs_rwlock_t afs_xcbhash;
struct afs_exporter *afs_nfsexporter;

View File

@ -14,16 +14,16 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "../afs/afs_cbqueue.h"
#include "../afs/nfsclient.h"
#include "../afs/afs_osidnlc.h"
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
#include "afs/afs_cbqueue.h"
#include "afs/nfsclient.h"
#include "afs/afs_osidnlc.h"
/* question: does afs_create need to set CDirty in the adp or the avc?
* I think we can get away without it, but I'm not sure. Note that

View File

@ -18,16 +18,16 @@
*/
#include <afsconfig.h>
#include "../afs/param.h"
#include "afs/param.h"
RCSID("$Header$");
#include "../afs/sysincludes.h" /* Standard vendor system headers */
#include "../afs/afsincludes.h" /* Afs-based standard headers */
#include "../afs/afs_stats.h" /* statistics */
#include "../afs/afs_cbqueue.h"
#include "../afs/nfsclient.h"
#include "../afs/afs_osidnlc.h"
#include "afs/sysincludes.h" /* Standard vendor system headers */
#include "afsincludes.h" /* Afs-based standard headers */
#include "afs/afs_stats.h" /* statistics */
#include "afs/afs_cbqueue.h"
#include "afs/nfsclient.h"
#include "afs/afs_osidnlc.h"
extern afs_rwlock_t afs_xvcache;
extern afs_rwlock_t afs_xcbhash;

Some files were not shown because too many files have changed in this diff Show More