Searched defs:statvfs64 (Results 1 – 3 of 3) sorted by relevance
59 struct statvfs64 { struct61 unsigned long f_bsize;63 unsigned long f_frsize;65 fsblkcnt_t f_blocks;67 fsblkcnt_t f_bfree;69 fsblkcnt_t f_bavail;71 fsfilcnt_t f_files;73 fsfilcnt_t f_ffree;75 fsfilcnt_t f_favail;77 unsigned long f_fsid;[all …]
79 __BIONIC_SYS_STATVFS_INLINE int statvfs64(const char* __path, in statvfs64() function
46 TEST(sys_statvfs, statvfs64) { in TEST() argument