Home
last modified time | relevance | path

Searched defs:statfs (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
Dstatfs.h29 struct statfs { struct
30 __statfs_word f_type; argument
31 __statfs_word f_bsize; argument
32 __statfs_word f_blocks; argument
33 __statfs_word f_bfree; argument
34 __statfs_word f_bavail; argument
35 __statfs_word f_files; argument
36 __statfs_word f_ffree; argument
38 __statfs_word f_namelen; argument
39 __statfs_word f_frsize; argument
[all …]
/bionic/libc/bionic/
Dsys_statfs.cpp47 int statfs(const char* path, struct statfs* result) { in statfs() function
/bionic/libc/include/sys/
Dvfs.h75 struct statfs { __STATFS64_BODY }; struct
/bionic/tests/
Dsys_vfs_test.cpp41 TEST(sys_vfs, statfs) { in TEST() argument