Linux-2.3.3 and a short hiatus..
[davej-history.git] / include / asm-i386 / statfs.h
blob113d5d428aa002fa1339c8b3156a5641f458d11f
1 #ifndef _I386_STATFS_H
2 #define _I386_STATFS_H
4 #ifndef __KERNEL_STRICT_NAMES
6 #include <linux/types.h>
8 typedef __kernel_fsid_t fsid_t;
10 #endif
12 struct statfs {
13 long f_type;
14 long f_bsize;
15 long f_blocks;
16 long f_bfree;
17 long f_bavail;
18 long f_files;
19 long f_ffree;
20 __kernel_fsid_t f_fsid;
21 long f_namelen;
22 long f_spare[6];
25 #endif