BSD 4_4_Lite1 release
[unix-history] / usr / src / sys / ufs / lfs / lfs_extern.h
index a8859c6..c1157ad 100644 (file)
@@ -1,10 +1,36 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993, 1994
+ *     The Regents of the University of California.  All rights reserved.
  *
  *
- * %sccs.include.redist.c%
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *     This product includes software developed by the University of
+ *     California, Berkeley and its contributors.
+ * 4. Neither the name of the University nor the names of its contributors
+ *    may be used to endorse or promote products derived from this software
+ *    without specific prior written permission.
  *
  *
- *     @(#)lfs_extern.h        7.22 (Berkeley) %G%
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ *
+ *     @(#)lfs_extern.h        8.2 (Berkeley) 4/16/94
  */
 
 struct fid;
  */
 
 struct fid;
@@ -33,6 +59,7 @@ struct dinode *
         lfs_ifind __P((struct lfs *, ino_t, struct dinode *));
 int     lfs_inactive __P((struct vop_inactive_args *));
 int     lfs_init __P((void));
         lfs_ifind __P((struct lfs *, ino_t, struct dinode *));
 int     lfs_inactive __P((struct vop_inactive_args *));
 int     lfs_init __P((void));
+int     lfs_initseg __P((struct lfs *));
 int     lfs_link __P((struct vop_link_args *));
 int     lfs_makeinode __P((int, struct nameidata *, struct inode **));
 int     lfs_mkdir __P((struct vop_mkdir_args *));
 int     lfs_link __P((struct vop_link_args *));
 int     lfs_makeinode __P((int, struct nameidata *, struct inode **));
 int     lfs_mkdir __P((struct vop_mkdir_args *));
@@ -46,8 +73,7 @@ int    lfs_read __P((struct vop_read_args *));
 int     lfs_remove __P((struct vop_remove_args *));
 int     lfs_rmdir __P((struct vop_rmdir_args *));
 int     lfs_rename __P((struct vop_rename_args *));
 int     lfs_remove __P((struct vop_remove_args *));
 int     lfs_rmdir __P((struct vop_rmdir_args *));
 int     lfs_rename __P((struct vop_rename_args *));
-int     lfs_root __P((struct mount *, struct vnode **));
-void    lfs_seglock __P((struct lfs *));
+void    lfs_seglock __P((struct lfs *, unsigned long flags));
 void    lfs_segunlock __P((struct lfs *));
 int     lfs_segwrite __P((struct mount *, int));
 int     lfs_statfs __P((struct mount *, struct statfs *, struct proc *));
 void    lfs_segunlock __P((struct lfs *));
 int     lfs_segwrite __P((struct mount *, int));
 int     lfs_statfs __P((struct mount *, struct statfs *, struct proc *));
@@ -62,6 +88,8 @@ int    lfs_vfree __P((struct vop_vfree_args *));
 int     lfs_vflush __P((struct vnode *));
 int     lfs_vget __P((struct mount *, ino_t, struct vnode **));
 int     lfs_vptofh __P((struct vnode *, struct fid *));
 int     lfs_vflush __P((struct vnode *));
 int     lfs_vget __P((struct mount *, ino_t, struct vnode **));
 int     lfs_vptofh __P((struct vnode *, struct fid *));
+int     lfs_vref __P((struct vnode *));
+void    lfs_vunref __P((struct vnode *));
 int     lfs_write __P((struct vop_write_args *));
 #ifdef DEBUG
 void   lfs_dump_dinode __P((struct dinode *));
 int     lfs_write __P((struct vop_write_args *));
 #ifdef DEBUG
 void   lfs_dump_dinode __P((struct dinode *));