Lines Matching defs:compat_statfs
28 #define compat_statfs compat_statfs macro
63 struct compat_statfs { struct
64 int f_type;
65 int f_bsize;
66 int f_blocks;
67 int f_bfree;
68 int f_bavail;
69 int f_files;
70 int f_ffree;
71 compat_fsid_t f_fsid;
72 int f_namelen; /* SunOS ignores this field. */
73 int f_frsize;
74 int f_flags;
75 int f_spare[4];