Searched defs:compat_statfs (Results 1 – 8 of 8) sorted by relevance
97 struct compat_statfs { struct98 int f_type;99 int f_bsize;100 int f_blocks;101 int f_bfree;102 int f_bavail;103 int f_files;104 int f_ffree;105 compat_fsid_t f_fsid;106 int f_namelen; /* SunOS ignores this field. */[all …]
128 struct compat_statfs { struct129 int f_type;130 int f_bsize;131 int f_blocks;132 int f_bfree;133 int f_bavail;134 int f_files;135 int f_ffree;136 compat_fsid_t f_fsid;137 int f_namelen; /* SunOS ignores this field. */[all …]
103 struct compat_statfs { struct104 int f_type;105 int f_bsize;106 int f_blocks;107 int f_bfree;108 int f_bavail;109 int f_files;110 int f_ffree;111 compat_fsid_t f_fsid;112 int f_namelen; /* SunOS ignores this field. */[all …]
104 struct compat_statfs { struct105 int f_type;106 int f_bsize;107 int f_frsize;108 int f_blocks;109 int f_bfree;110 int f_files;111 int f_ffree;112 int f_bavail;113 compat_fsid_t f_fsid;[all …]
99 struct compat_statfs { struct100 s32 f_type;101 s32 f_bsize;102 s32 f_blocks;103 s32 f_bfree;104 s32 f_bavail;105 s32 f_files;106 s32 f_ffree;107 __kernel_fsid_t f_fsid;108 s32 f_namelen;[all …]
127 struct compat_statfs { struct128 int f_type;129 int f_bsize;130 int f_blocks;131 int f_bfree;132 int f_bavail;133 int f_files;134 int f_ffree;135 compat_fsid_t f_fsid;136 int f_namelen; /* SunOS ignores this field. */[all …]
150 struct compat_statfs { struct165 struct compat_statfs64 { argument
73 #define compat_statfs statfs macro