Home
last modified time | relevance | path

Searched defs:statfs (Results 1 – 5 of 5) 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/kernel/uapi/asm-mips/asm/
Dstatfs.h23 struct statfs { struct
39 struct statfs64 { argument
/bionic/tests/
Dsys_vfs_test.cpp41 TEST(sys_vfs, statfs) { in TEST() argument
/bionic/libc/bionic/
Dstatvfs.cpp61 int statfs(const char* path, struct statfs* result) { in statfs() function
/bionic/libc/include/sys/
Dvfs.h108 struct statfs { __STATFS64_BODY }; struct