This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / isofs / isofs_node.h
index 51e8a2d..9b8382f 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- *     $Id: isofs_node.h,v 1.2 1993/07/20 03:27:31 jkh Exp $
+ *     $Id: isofs_node.h,v 1.4 1993/11/25 01:32:26 wollman Exp $
  */
 
 #ifndef _ISOFS_ISOFS_NODE_H_
  */
 
 #ifndef _ISOFS_ISOFS_NODE_H_
@@ -90,7 +90,19 @@ int isofs_reclaim __P((struct vnode *vp));
 int isofs_lock __P((struct vnode *vp));
 int isofs_unlock __P((struct vnode *vp));
 int isofs_strategy __P((struct buf *bp));
 int isofs_lock __P((struct vnode *vp));
 int isofs_unlock __P((struct vnode *vp));
 int isofs_strategy __P((struct buf *bp));
-int isofs_print __P((struct vnode *vp));
+void isofs_print __P((struct vnode *vp));
 int isofs_islocked __P((struct vnode *vp));
 
 int isofs_islocked __P((struct vnode *vp));
 
+/* From isofs_node.c: */
+struct iso_directory_record;
+extern void isofs_init(void);
+extern int iso_iget(struct iso_node *, ino_t, struct iso_node **, 
+                   struct iso_directory_record *);
+extern void iso_iput(struct iso_node *);
+extern void iso_ilock(struct iso_node *);
+extern void iso_iunlock(struct iso_node *);
+
+
+extern int iso_blkatoff(struct iso_node *, off_t, char **, struct buf **);
+
 #endif /* _ISOFS_ISOFS_NODE_H_ */
 #endif /* _ISOFS_ISOFS_NODE_H_ */