patch-2.3.42 linux/include/linux/qnx4_fs.h
Next file: linux/include/linux/serial.h
Previous file: linux/include/linux/proc_fs.h
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Mon Jan 31 15:40:23 2000
- Orig file:
v2.3.41/linux/include/linux/qnx4_fs.h
- Orig date:
Tue Jan 11 22:31:45 2000
diff -u --recursive --new-file v2.3.41/linux/include/linux/qnx4_fs.h linux/include/linux/qnx4_fs.h
@@ -3,7 +3,7 @@
* Author : Richard Frowijn
* Function : qnx4 global filesystem definitions
* Version : 1.0.2
- * Last modified : 2000-01-06
+ * Last modified : 2000-01-31
*
* History : 23-03-1998 created
*/
@@ -29,7 +29,9 @@
#define QNX4_VALID_FS 0x0001 /* Clean fs. */
#define QNX4_ERROR_FS 0x0002 /* fs has errors. */
#define QNX4_BLOCK_SIZE 0x200 /* blocksize of 512 bytes */
-#define QNX4_DIR_ENTRY_SIZE 0x040 /* dir entry size */
+#define QNX4_BLOCK_SIZE_BITS 9 /* blocksize shift */
+#define QNX4_DIR_ENTRY_SIZE 0x040 /* dir entry size of 64 bytes */
+#define QNX4_DIR_ENTRY_SIZE_BITS 6 /* dir entry size shift */
#define QNX4_XBLK_ENTRY_SIZE 0x200 /* xblk entry size */
#define QNX4_INODES_PER_BLOCK 0x08 /* 512 / 64 */
@@ -96,7 +98,6 @@
#endif
extern struct dentry *qnx4_lookup(struct inode *dir, struct dentry *dentry);
-extern unsigned long qnx4_count_free_inodes(struct super_block *sb);
extern unsigned long qnx4_count_free_blocks(struct super_block *sb);
extern unsigned long qnx4_block_map(struct inode *inode, long iblock);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)