Searched defs:statfs (Results 1 – 4 of 4) sorted by relevance
29 struct statfs { struct30 __statfs_word f_type; argument31 __statfs_word f_bsize; argument32 __statfs_word f_blocks; argument33 __statfs_word f_bfree; argument34 __statfs_word f_bavail; argument35 __statfs_word f_files; argument36 __statfs_word f_ffree; argument38 __statfs_word f_namelen; argument39 __statfs_word f_frsize; argument[all …]
47 int statfs(const char* path, struct statfs* result) { in statfs() function
75 struct statfs { __STATFS64_BODY }; struct
41 TEST(sys_vfs, statfs) { in TEST() argument