Home
last modified time | relevance | path

Searched refs:statvfs (Results 1 – 10 of 10) sorted by relevance

/bionic/tests/headers/posix/
Dsys_statvfs_h.c34 TYPE(struct statvfs); in sys_statvfs_h()
35 STRUCT_MEMBER(struct statvfs, unsigned long, f_bsize); in sys_statvfs_h()
36 STRUCT_MEMBER(struct statvfs, unsigned long, f_frsize); in sys_statvfs_h()
37 STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_blocks); in sys_statvfs_h()
38 STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_bfree); in sys_statvfs_h()
39 STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_bavail); in sys_statvfs_h()
40 STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_files); in sys_statvfs_h()
41 STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_ffree); in sys_statvfs_h()
42 STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_favail); in sys_statvfs_h()
43 STRUCT_MEMBER(struct statvfs, unsigned long, f_fsid); in sys_statvfs_h()
[all …]
/bionic/libc/include/bits/
Dsys_statvfs_inlines.h42 struct statvfs* __dst) { in __bionic_statfs_to_statvfs()
57 __BIONIC_SYS_STATVFS_INLINE int statvfs(const char* __path, in statvfs() function
58 struct statvfs* __result) { in statvfs()
67 struct statvfs* __result) { in fstatvfs()
81 return statvfs(__path, __BIONIC_CAST(reinterpret_cast, struct statvfs*, in statvfs64()
87 return fstatvfs(__fd, __BIONIC_CAST(reinterpret_cast, struct statvfs*, in fstatvfs64()
/bionic/tests/
Dsys_statvfs_test.cpp40 TEST(sys_statvfs, statvfs) { in TEST() argument
41 struct statvfs sb; in TEST()
42 ASSERT_EQ(0, statvfs("/proc", &sb)); in TEST()
53 struct statvfs sb; in TEST()
/bionic/libc/include/sys/
Dstatvfs.h30 struct statvfs { struct
124 int statvfs(const char* __path, struct statvfs* __buf) __INTRODUCED_IN(19);
132 int fstatvfs(int __fd, struct statvfs* __buf) __INTRODUCED_IN(19);
/bionic/libc/bionic/
Dsys_statvfs.cpp31 __strong_alias(statvfs64, statvfs);
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_076.S325 CALL(statvfs)
/bionic/libc/tools/
Dposix-2013.txt984 statvfs
/bionic/docs/
Dstatus.md207 * all of <sys/statvfs.h>.
/bionic/tools/versioner/platforms/
Dlibc.map.txt990 statvfs; # introduced-arm=19 introduced-arm64=21 introduced-x86=19 introduced-x86_64=21
/bionic/libc/
Dlibc.map.txt990 statvfs; # introduced-arm=19 introduced-arm64=21 introduced-x86=19 introduced-x86_64=21