Searched defs:statfs64 (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/asm-generic/
H A Dstatfs.h52 struct statfs64 { struct
/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.h74 /* 32-bit MIPS (corresponds to the kernel's statfs64 type). */
91 /* 32-bit ARM or x86 (corresponds to the kernel's statfs64 type). */
109 struct statfs64 { __STATFS64_BODY }; struct
141 extern int statfs64(const char*, struct statfs64*) __nonnull((1, 2));
143 extern int fstatfs64(int, struct statfs64*) __nonnull((2));

Completed in 154 milliseconds