Searched defs:statfs_portable (Results 1 – 2 of 2) sorted by relevance
23 struct statfs_portable { struct24 uint32_t f_type;25 uint32_t f_bsize;26 uint64_t f_blocks;27 uint64_t f_bfree;28 uint64_t f_bavail;29 uint64_t f_files;30 uint64_t f_ffree;31 __fsid_t f_fsid;32 uint32_t f_namelen;[all …]
42 struct statfs_portable { __STATFS64_BODY_PORTABLE }; struct