Searched defs:compat_statfs (Results 1 – 7 of 7) sorted by relevance
87 struct compat_statfs { struct88 int f_type;89 int f_bsize;90 int f_blocks;91 int f_bfree;92 int f_bavail;93 int f_files;94 int f_ffree;95 compat_fsid_t f_fsid;96 int f_namelen; /* SunOS ignores this field. */[all …]
95 struct compat_statfs { struct96 int f_type;97 int f_bsize;98 int f_blocks;99 int f_bfree;100 int f_bavail;101 int f_files;102 int f_ffree;103 compat_fsid_t f_fsid;104 int f_namelen; /* SunOS ignores this field. */[all …]
118 struct compat_statfs { struct119 int f_type;120 int f_bsize;121 int f_blocks;122 int f_bfree;123 int f_bavail;124 int f_files;125 int f_ffree;126 compat_fsid_t f_fsid;127 int f_namelen; /* SunOS ignores this field. */[all …]
95 struct compat_statfs { struct96 int f_type;97 int f_bsize;98 int f_frsize;99 int f_blocks;100 int f_bfree;101 int f_files;102 int f_ffree;103 int f_bavail;104 compat_fsid_t f_fsid;[all …]
89 struct compat_statfs { struct90 s32 f_type;91 s32 f_bsize;92 s32 f_blocks;93 s32 f_bfree;94 s32 f_bavail;95 s32 f_files;96 s32 f_ffree;97 __kernel_fsid_t f_fsid;98 s32 f_namelen;[all …]
117 struct compat_statfs { struct118 int f_type;119 int f_bsize;120 int f_blocks;121 int f_bfree;122 int f_bavail;123 int f_files;124 int f_ffree;125 compat_fsid_t f_fsid;126 int f_namelen; /* SunOS ignores this field. */[all …]
142 struct compat_statfs { struct157 struct compat_statfs64 { argument