Home
last modified time | relevance | path

Searched defs:statvfs (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/include/llvm-libc-types/
H A Dstruct_statvfs.h15 struct statvfs { struct
16 f_bsizestatvfs global() argument
17 f_frsizestatvfs global() argument
18 f_blocksstatvfs global() argument
19 f_bfreestatvfs global() argument
20 f_bavailstatvfs global() argument
21 f_filesstatvfs global() argument
22 f_ffreestatvfs global() argument
23 f_favailstatvfs global() argument
24 f_fsidstatvfs global() argument
25 f_flagstatvfs global() argument
26 f_namemaxstatvfs global() argument
/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h294 inline int statvfs(const wchar_t* p, StatVFS* buf) { statvfs() function
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp755 TEST(MemorySanitizer, statvfs) { in TEST() argument