Home
last modified time | relevance | path

Searched refs:statvfs (Results 1 – 9 of 9) 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/bionic/
Dsys_statvfs.cpp20 static inline void __bionic_statfs_to_statvfs(const struct statfs* src, struct statvfs* dst) { in __bionic_statfs_to_statvfs()
34 int statvfs(const char* path, struct statvfs* result) { in statvfs() function
41 int fstatvfs(int fd, struct statvfs* result) { in fstatvfs()
50 __strong_alias(statvfs64, statvfs);
/bionic/libc/include/sys/
Dstatvfs.h60 struct statvfs { __STATVFS64_BODY __STATVFS64_CODA }; struct
100 int statvfs(const char* _Nonnull __path, struct statvfs* _Nonnull __buf);
108 int fstatvfs(int __fd, struct statvfs* _Nonnull __buf);
/bionic/tests/
Dsys_statvfs_test.cpp50 TEST(sys_statvfs, statvfs) { in TEST() argument
51 struct statvfs sb; in TEST()
52 ASSERT_EQ(0, statvfs("/proc", &sb)); in TEST()
63 struct statvfs sb; in TEST()
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_076.S325 CALL(statvfs)
/bionic/libc/tools/
Dposix-2013.txt984 statvfs
/bionic/docs/
Dstatus.md264 * 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