add ihashlookup
authorMargo Seltzer <margo@ucbvax.Berkeley.EDU>
Thu, 10 Dec 1992 07:25:30 +0000 (23:25 -0800)
committerMargo Seltzer <margo@ucbvax.Berkeley.EDU>
Thu, 10 Dec 1992 07:25:30 +0000 (23:25 -0800)
SCCS-vsn: sys/ufs/ffs/ufs_extern.h 7.19
SCCS-vsn: sys/ufs/ufs/ufs_extern.h 7.19

usr/src/sys/ufs/ffs/ufs_extern.h
usr/src/sys/ufs/ufs/ufs_extern.h

index cf5d0fa..3783fbf 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ufs_extern.h        7.18 (Berkeley) %G%
+ *     @(#)ufs_extern.h        7.19 (Berkeley) %G%
  */
 
 struct buf;
  */
 
 struct buf;
@@ -56,6 +56,8 @@ struct vnode *
         ufs_ihashget __P((dev_t, ino_t));
 void    ufs_ihashinit __P((void));
 void    ufs_ihashins __P((struct inode *));
         ufs_ihashget __P((dev_t, ino_t));
 void    ufs_ihashinit __P((void));
 void    ufs_ihashins __P((struct inode *));
+struct vnode *
+        ufs_ihashlookup __P((dev_t, ino_t));
 void    ufs_ihashrem __P((struct inode *));
 int     ufs_inactive __P((struct vop_inactive_args *));
 int     ufs_init __P((void));
 void    ufs_ihashrem __P((struct inode *));
 int     ufs_inactive __P((struct vop_inactive_args *));
 int     ufs_init __P((void));
index cf5d0fa..3783fbf 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)ufs_extern.h        7.18 (Berkeley) %G%
+ *     @(#)ufs_extern.h        7.19 (Berkeley) %G%
  */
 
 struct buf;
  */
 
 struct buf;
@@ -56,6 +56,8 @@ struct vnode *
         ufs_ihashget __P((dev_t, ino_t));
 void    ufs_ihashinit __P((void));
 void    ufs_ihashins __P((struct inode *));
         ufs_ihashget __P((dev_t, ino_t));
 void    ufs_ihashinit __P((void));
 void    ufs_ihashins __P((struct inode *));
+struct vnode *
+        ufs_ihashlookup __P((dev_t, ino_t));
 void    ufs_ihashrem __P((struct inode *));
 int     ufs_inactive __P((struct vop_inactive_args *));
 int     ufs_init __P((void));
 void    ufs_ihashrem __P((struct inode *));
 int     ufs_inactive __P((struct vop_inactive_args *));
 int     ufs_init __P((void));