Searched refs:statfs64 (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/arch-arm64/syscalls/
H A Dstatfs64.S5 ENTRY(statfs64) function
14 END(statfs64)
17 .equ statfs, statfs64
/bionic/libc/arch-x86_64/syscalls/
H A Dstatfs64.S5 ENTRY(statfs64) function
15 END(statfs64)
18 .equ statfs, statfs64
/bionic/libc/arch-mips64/syscalls/
H A Dstatfs64.S5 ENTRY(statfs64) function
25 END(statfs64)
28 .equ statfs, statfs64
/bionic/tests/
H A Dsys_vfs_test.cpp42 TEST(sys_vfs, statfs64) {
43 struct statfs64 sb;
44 ASSERT_EQ(0, statfs64("/proc", &sb));
56 struct statfs64 sb;
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dstatfs.h44 struct statfs64 { struct
65 struct statfs64 { struct
/bionic/libc/include/sys/
H A Dvfs.h73 /* 32-bit MIPS (corresponds to the kernel's statfs64 type). */
90 /* 32-bit ARM or x86 (corresponds to the kernel's statfs64 type). */
108 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-generic/
H A Dstatfs.h52 struct statfs64 { struct
/bionic/libc/bionic/
H A Dlegacy_32_bit_support.cpp68 __strong_alias(statfs64, statfs);

Completed in 258 milliseconds