Searched refs:statvfs (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/headers/posix/ |
D | sys_statvfs_h.c | 34 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/ |
D | sys_statvfs.cpp | 20 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/ |
D | statvfs.h | 60 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/ |
D | sys_statvfs_test.cpp | 50 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/ |
D | liblinker_reloc_bench_076.S | 325 CALL(statvfs)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 984 statvfs
|
/bionic/docs/ |
D | status.md | 264 * all of <sys/statvfs.h>.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 990 statvfs; # introduced-arm=19 introduced-arm64=21 introduced-x86=19 introduced-x86_64=21
|
/bionic/libc/ |
D | libc.map.txt | 990 statvfs; # introduced-arm=19 introduced-arm64=21 introduced-x86=19 introduced-x86_64=21
|