Lines Matching defs:compat_statfs
92 struct compat_statfs { struct
93 compat_int_t f_type;
94 compat_int_t f_bsize;
95 compat_int_t f_blocks;
96 compat_int_t f_bfree;
97 compat_int_t f_bavail;
98 compat_int_t f_files;
99 compat_int_t f_ffree;
100 compat_fsid_t f_fsid;
101 compat_int_t f_namelen;
102 compat_int_t f_frsize;
103 compat_int_t f_flags;
104 compat_int_t f_spare[4];