Home
last modified time | relevance | path

Searched defs:statvfs64 (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dstatvfs.h59 struct statvfs64 { struct
61 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 …]
/bionic/libc/include/bits/
Dsys_statvfs_inlines.h79 __BIONIC_SYS_STATVFS_INLINE int statvfs64(const char* __path, in statvfs64() function
/bionic/tests/
Dsys_statvfs_test.cpp46 TEST(sys_statvfs, statvfs64) { in TEST() argument