Lines Matching defs:target_statfs64
2133 struct target_statfs64 { struct
2134 abi_uint f_type;
2135 abi_uint f_bsize;
2136 abi_uint f_frsize; /* Fragment size - unsupported */
2137 abi_uint __pad;
2138 abi_ullong f_blocks;
2139 abi_ullong f_bfree;
2140 abi_ullong f_files;
2141 abi_ullong f_ffree;
2142 abi_ullong f_bavail;
2143 target_fsid_t f_fsid;
2167 struct target_statfs64 { argument
2168 abi_long f_type;
2169 abi_long f_bsize;
2170 abi_long f_blocks;
2171 abi_long f_bfree;
2172 abi_long f_bavail;
2173 abi_long f_files;
2174 abi_long f_ffree;
2198 struct target_statfs64 { argument
2199 abi_int f_type;
2200 abi_int f_bsize;
2201 abi_long f_blocks;
2202 abi_long f_bfree;
2203 abi_long f_bavail;
2204 abi_long f_files;
2228 struct target_statfs64 { argument
2229 abi_uint f_type;
2230 abi_uint f_bsize;
2231 abi_ullong f_blocks;
2232 abi_ullong f_bfree;
2233 abi_ullong f_bavail;
2234 abi_ullong f_files;
2235 abi_ullong f_ffree;
2236 target_fsid_t f_fsid;
2237 abi_uint f_namelen;
2238 abi_uint f_frsize;
2239 abi_uint f_flags;
2240 abi_uint f_spare[4];