Searched defs:statfs (Results 1 – 4 of 4) sorted by relevance
17 struct statfs { struct18 __statfs_word f_type; argument19 __statfs_word f_bsize; argument20 __statfs_word f_blocks; argument21 __statfs_word f_bfree; argument22 __statfs_word f_bavail; argument23 __statfs_word f_files; argument24 __statfs_word f_ffree; argument26 __statfs_word f_namelen; argument27 __statfs_word f_frsize; argument[all …]
47 int statfs(const char* path, struct statfs* result) { in statfs() function
78 struct statfs { __STATFS64_BODY }; struct
62 TEST(sys_vfs, statfs) { in TEST() argument