Home
last modified time | relevance | path

Searched refs:statfs64 (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/arch-arm64/syscalls/
Dstatfs64.S5 ENTRY(statfs64)
14 END(statfs64)
17 .equ statfs, statfs64
/bionic/libc/arch-x86_64/syscalls/
Dstatfs64.S5 ENTRY(statfs64)
15 END(statfs64)
18 .equ statfs, statfs64
/bionic/tests/
Dsys_vfs_test.cpp42 TEST(sys_vfs, statfs64) { in TEST() argument
43 struct statfs64 sb; in TEST()
44 ASSERT_EQ(0, statfs64("/proc", &sb)); in TEST()
56 struct statfs64 sb; in TEST()
/bionic/libc/arch-mips64/syscalls/
Dstatfs64.S5 ENTRY(statfs64)
25 END(statfs64)
28 .equ statfs, statfs64
/bionic/libc/include/sys/
Dvfs.h108 struct statfs64 { __STATFS64_BODY }; struct
163 extern int statfs64(const char*, struct statfs64*) __nonnull((1, 2));
165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
/bionic/libc/kernel/uapi/asm-mips/asm/
Dstatfs.h44 struct statfs64 { struct
65 struct statfs64 { argument
/bionic/libc/kernel/uapi/asm-generic/
Dstatfs.h52 struct statfs64 { struct
/bionic/libc/bionic/
Dlegacy_32_bit_support.cpp68 __strong_alias(statfs64, statfs);
/bionic/libc/
DSYSCALLS.TXT178 int __statfs64:statfs64(const char*, size_t, struct statfs*) arm,mips,x86
179 int statfs64|statfs:statfs(const char*, struct statfs*) arm64,mips64,x86_64