summaryrefslogtreecommitdiffstats
path: root/include/linux/ufs_fs_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ufs_fs_i.h')
-rw-r--r--include/linux/ufs_fs_i.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/include/linux/ufs_fs_i.h b/include/linux/ufs_fs_i.h
new file mode 100644
index 000000000..f10b36d91
--- /dev/null
+++ b/include/linux/ufs_fs_i.h
@@ -0,0 +1,27 @@
+/*
+ * 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.2 1996/05/03 04:02:25 davem Exp $
+ *
+ */
+
+#ifndef _LINUX_UFS_FS_I_H
+#define _LINUX_UFS_FS_I_H
+
+struct ufs_inode_info {
+ __u32 i_data[15];
+ __u64 i_size;
+ __u32 i_flags;
+ __u32 i_gen;
+ __u32 i_shadow;
+ __u32 i_uid;
+ __u32 i_gid;
+ __u32 i_oeftflag;
+};
+
+#endif /* _LINUX_UFS_FS_I_H */