Lines Matching defs:compat_statfs
122 struct compat_statfs { struct123 s32 f_type;124 s32 f_bsize;125 s32 f_blocks;126 s32 f_bfree;127 s32 f_bavail;128 s32 f_files;129 s32 f_ffree;130 compat_fsid_t f_fsid;131 s32 f_namelen;132 s32 f_frsize;133 s32 f_flags;134 s32 f_spare[5];