Lines Matching defs:compat_statfs
18 #define compat_statfs compat_statfs macro
71 struct compat_statfs { struct
72 int f_type;
73 int f_bsize;
74 int f_blocks;
75 int f_bfree;
76 int f_bavail;
77 int f_files;
78 int f_ffree;
79 compat_fsid_t f_fsid;
80 int f_namelen; /* SunOS ignores this field. */
81 int f_frsize;
82 int f_flags;
83 int f_spare[4];