Searched defs:statfs (Results 1 – 5 of 5) sorted by relevance
31 struct statfs { struct32 __statfs_word f_type; argument34 __statfs_word f_bsize; argument35 __statfs_word f_blocks; argument36 __statfs_word f_bfree; argument37 __statfs_word f_bavail; argument39 __statfs_word f_files; argument40 __statfs_word f_ffree; argument42 __statfs_word f_namelen; argument44 __statfs_word f_frsize; argument[all …]
24 struct statfs { struct44 struct statfs64 { argument
41 TEST(sys_vfs, statfs) { in TEST() argument
61 int statfs(const char* path, struct statfs* result) { in statfs() function
108 struct statfs { __STATFS64_BODY }; struct