patch-1.3.48 linux/include/asm-mips/statfs.h
Next file: linux/include/asm-mips/string.h
Previous file: linux/include/asm-mips/stat.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Wed Dec 13 12:39:47 1995
- Orig file:
v1.3.47/linux/include/asm-mips/statfs.h
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v1.3.47/linux/include/asm-mips/statfs.h linux/include/asm-mips/statfs.h
@@ -0,0 +1,25 @@
+#ifndef __ASM_MIPS_STATFS_H
+#define __ASM_MIPS_STATFS_H
+
+typedef struct {
+ long val[2];
+} fsid_t;
+
+struct statfs {
+ long f_type;
+#define f_fstyp f_type
+ long f_bsize;
+ long f_frsize; /* Fragment size - unsupported */
+ long f_blocks;
+ long f_bfree;
+ long f_files;
+ long f_ffree;
+
+ /* Linux specials */
+ long f_bavail;
+ fsid_t f_fsid;
+ long f_namelen;
+ long f_spare[6];
+};
+
+#endif /* __ASM_MIPS_STATFS_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