X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/7c26ac2a9c4936f4f97b57c33e7a300e9ec91304..2664d859a2b2cc421480198550922cf2af4c740d:/usr/src/usr.sbin/amd/include/fstype.h diff --git a/usr/src/usr.sbin/amd/include/fstype.h b/usr/src/usr.sbin/amd/include/fstype.h index d1cef0ba04..d41d3290d1 100644 --- a/usr/src/usr.sbin/amd/include/fstype.h +++ b/usr/src/usr.sbin/amd/include/fstype.h @@ -1,5 +1,5 @@ /* - * $Id: fstype.h,v 5.2 90/06/23 22:20:30 jsp Rel $ + * $Id: fstype.h,v 5.2.1.2 90/11/04 23:17:38 jsp Exp $ * * Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Imperial College of Science, Technology & Medicine @@ -11,7 +11,7 @@ * * %sccs.include.redist.c% * - * @(#)fstype.h 5.1 (Berkeley) %G% + * @(#)fstype.h 5.2 (Berkeley) %G% */ /* @@ -23,10 +23,11 @@ */ #define HAS_AFS extern am_ops afs_ops; /* Automount file system (this!) */ +extern am_ops toplvl_ops; /* Top-level automount file system */ +extern am_ops root_ops; /* Root file system */ extern qelem afs_srvr_list; extern fserver *find_afs_srvr P((mntfs*)); - /* * Direct Automount File System */ @@ -67,7 +68,9 @@ extern am_ops lofs_ops; */ #define HAS_NFS #define HAS_HOST +#define HAS_NFSX extern am_ops nfs_ops; /* NFS */ +extern am_ops nfsx_ops; /* NFS X */ extern am_ops host_ops; /* NFS host */ #ifdef HOST_EXEC extern char *host_helper; /* "/usr/local/etc/amd-host" */ @@ -106,3 +109,9 @@ extern am_ops ufs_ops; /* Un*x file system */ */ #define HAS_SFS extern am_ops sfs_ops; /* Symlink FS */ + +/* + * Union file system + */ +#define HAS_UNION_FS +extern am_ops union_ops; /* Union FS */