3 * Author : Richard Frowijn
4 * Function : qnx4 superblock definitions
6 * Last modified : 2000-01-06
8 * History : 23-03-1998 created
14 #include <linux/qnx4_fs.h>
17 * qnx4 super-block data in memory
21 struct buffer_head
*sb_buf
; /* superblock buffer */
22 struct qnx4_super_block
*sb
; /* our superblock */
23 unsigned int Version
; /* may be useful */
24 struct qnx4_inode_entry
*BitMap
; /* useful */