patch-1.3.94 linux/include/linux/ufs_fs_i.h

Next file: linux/include/linux/ufs_fs_sb.h
Previous file: linux/include/linux/ufs_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.93/linux/include/linux/ufs_fs_i.h linux/include/linux/ufs_fs_i.h
@@ -0,0 +1,30 @@
+/*
+ *  linux/include/linux/ufs_fs_i.h
+ *
+ * Copyright (C) 1996
+ * Adrian Rodriguez (adrian@franklins-tower.rutgers.edu)
+ * Laboratory for Computer Science Research Computing Facility
+ * Rutgers, The State University of New Jersey
+ *
+ * $Id: ufs_fs_i.h,v 1.1 1996/04/21 14:45:13 davem Exp $
+ *
+ */
+
+#ifndef _LINUX_UFS_FS_I_H
+#define _LINUX_UFS_FS_I_H
+
+#include <linux/ufs_fs.h>
+
+struct ufs_inode_info {
+	__u64	ui_size;
+	__u32	ui_flags;
+	__u32	ui_gen;
+	__u32	ui_shadow;
+	__u32	ui_uid;
+	__u32	ui_gid;
+	__u32	ui_oeftflag;
+	__u32	ui_db[UFS_NDADDR];
+	__u32	ui_ib[UFS_NINDIR];
+};
+
+#endif /* _LINUX_UFS_FS_I_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this