patch-2.4.2 linux/include/asm-s390x/stat.h

Next file: linux/include/asm-s390x/statfs.h
Previous file: linux/include/asm-s390x/spinlock.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.1/linux/include/asm-s390x/stat.h linux/include/asm-s390x/stat.h
@@ -0,0 +1,33 @@
+/*
+ *  include/asm-s390x/stat.h
+ *
+ *  S390 version
+ *
+ *  Derived from "include/asm-i386/stat.h"
+ */
+
+#ifndef _S390_STAT_H
+#define _S390_STAT_H
+
+struct stat {
+        unsigned long  st_dev;
+        unsigned long  st_ino;
+        unsigned long  st_nlink;
+        unsigned int   st_mode;
+        unsigned int   st_uid;
+        unsigned int   st_gid;
+        unsigned int   __pad1;
+        unsigned long  st_rdev;
+        unsigned long  st_size;
+        unsigned long  st_atime;
+	unsigned long	__reserved0;	/* reserved for atime.nanoseconds */
+        unsigned long  st_mtime;
+	unsigned long	__reserved1;	/* reserved for mtime.nanoseconds */
+        unsigned long  st_ctime;
+	unsigned long	__reserved2;	/* reserved for ctime.nanoseconds */
+        unsigned long  st_blksize;
+        long           st_blocks;
+        unsigned long  __unused[3];
+};
+
+#endif

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