Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-generic/
Dstatfs.h31 struct statfs { struct
32 __statfs_word f_type; argument
34 __statfs_word f_bsize; argument
35 __statfs_word f_blocks; argument
36 __statfs_word f_bfree; argument
37 __statfs_word f_bavail; argument
39 __statfs_word f_files; argument
40 __statfs_word f_ffree; argument
42 __statfs_word f_namelen; argument
44 __statfs_word f_frsize; argument
[all …]
/bionic/libc/kernel/uapi/asm-mips/asm/
Dstatfs.h24 struct statfs { struct
44 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