summaryrefslogtreecommitdiffstats
path: root/sys/fs/unionfs/union.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-11-18 15:07:35 +0000
committerphk <phk@FreeBSD.org>1997-11-18 15:07:35 +0000
commitdb4618638eac1ee5e4467203d2bbdb046487c7e0 (patch)
treefc0779d0b7bd64c2bb50860f083c56362d12ba35 /sys/fs/unionfs/union.h
parent7a358d8b024e6ebd90807720438c539bcac14855 (diff)
downloadFreeBSD-src-db4618638eac1ee5e4467203d2bbdb046487c7e0.zip
FreeBSD-src-db4618638eac1ee5e4467203d2bbdb046487c7e0.tar.gz
Staticize.
Diffstat (limited to 'sys/fs/unionfs/union.h')
-rw-r--r--sys/fs/unionfs/union.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/fs/unionfs/union.h b/sys/fs/unionfs/union.h
index 192aa7d..03e7033 100644
--- a/sys/fs/unionfs/union.h
+++ b/sys/fs/unionfs/union.h
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)union.h 8.9 (Berkeley) 12/10/94
- * $Id$
+ * $Id: union.h,v 1.8 1997/02/22 09:40:40 peter Exp $
*/
struct union_args {
@@ -99,8 +99,6 @@ extern int union_allocvp __P((struct vnode **, struct mount *,
struct componentname *, struct vnode *,
struct vnode *, int));
extern int union_freevp __P((struct vnode *));
-extern int union_copyfile __P((struct vnode *, struct vnode *,
- struct ucred *, struct proc *));
extern struct vnode *union_dircache __P((struct vnode *, struct proc *));
extern int union_copyup __P((struct union_node *, int, struct ucred *,
struct proc *));
@@ -110,16 +108,10 @@ extern int union_mkshadow __P((struct union_mount *, struct vnode *,
struct componentname *, struct vnode **));
extern int union_mkwhiteout __P((struct union_mount *, struct vnode *,
struct componentname *, char *));
-extern int union_vn_create __P((struct vnode **, struct union_node *,
- struct proc *));
-extern int union_vn_close __P((struct vnode *, int, struct ucred *,
- struct proc *));
extern int union_cn_close __P((struct vnode *, int, struct ucred *,
struct proc *));
extern void union_removed_upper __P((struct union_node *un));
extern struct vnode *union_lowervp __P((struct vnode *));
-extern void union_newlower __P((struct union_node *, struct vnode *));
-extern void union_newupper __P((struct union_node *, struct vnode *));
extern void union_newsize __P((struct vnode *, off_t, off_t));
#define MOUNTTOUNIONMOUNT(mp) ((struct union_mount *)((mp)->mnt_data))
OpenPOWER on IntegriCloud