patch-2.3.25 linux/include/linux/bfs_fs_i.h

Next file: linux/include/linux/bfs_fs_sb.h
Previous file: linux/include/linux/bfs_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.24/linux/include/linux/bfs_fs_i.h linux/include/linux/bfs_fs_i.h
@@ -0,0 +1,18 @@
+/*
+ *	include/linux/bfs_fs_i.h
+ *	Copyright (C) 1999 Tigran Aivazian <tigran@ocston.org>
+ */
+
+#ifndef _LINUX_BFS_FS_I
+#define _LINUX_BFS_FS_I
+
+/*
+ * BFS file system in-core inode info
+ */
+struct bfs_inode_info {
+	__u32	i_dsk_ino;	/* inode number from the disk, can be 0 */
+	__u32	i_sblock;
+	__u32	i_eblock;
+};
+
+#endif	/* _LINUX_BFS_FS_I */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)