patch-1.3.44 linux/include/asm-sparc/statfs.h

Next file: linux/include/asm-sparc/string.h
Previous file: linux/include/asm-sparc/stat.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.43/linux/include/asm-sparc/statfs.h linux/include/asm-sparc/statfs.h
@@ -0,0 +1,22 @@
+/* $Id: statfs.h,v 1.3 1995/11/25 02:32:54 davem Exp $ */
+#ifndef _SPARC_STATFS_H
+#define _SPARC_STATFS_H
+
+typedef struct {
+	long    val[2];
+} fsid_t;
+
+struct statfs {
+	long f_type;
+	long f_bsize;
+	long f_blocks;
+	long f_bfree;
+	long f_bavail;
+	long f_files;
+	long f_ffree;
+	fsid_t f_fsid;
+	long f_namelen;  /* SunOS ignores this field. */
+	long f_spare[6];
+};
+
+#endif

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