Home
last modified time | relevance | path

Searched refs:statfs (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dbuiltin-object-size.c94 struct statfs { char f_mntonname[1024];}; in pr31843() argument
95 struct statfs *outStatFSBuf; in pr31843()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dgetmntinfo.cpp23 struct statfs *fss; in main()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp90 unsigned struct_statfs_sz = sizeof(struct statfs);
H A Dsanitizer_platform_limits_freebsd.cpp131 unsigned struct_statfs_sz = sizeof(struct statfs);
H A Dsanitizer_platform_limits_posix.cpp222 unsigned struct_statfs_sz = sizeof(struct statfs);
H A Dsanitizer_common_syscalls.inc901 PRE_SYSCALL(statfs)(const void *path, void *buf) {
906 POST_SYSCALL(statfs)(long res, const void *path, void *buf) {
H A Dsanitizer_common_interceptors.inc4587 INTERCEPTOR(int, statfs, char *path, void *buf) {
4589 COMMON_INTERCEPTOR_ENTER(ctx, statfs, path, buf);
4594 int res = REAL(statfs)(path, buf);
4609 COMMON_INTERCEPT_FUNCTION(statfs); \
/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Davoid-infinite-recursion-1.ll99 …, %struct.vfsoptlist*, %struct.vfsoptlist*, i32, i8, i8, i8, i8, %struct.statfs, %struct.ucred*, i…
133 …%struct.statfs = type <{ i32, i32, i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, i64, [10…
150 …**)*, i32 (%struct.mount*, i32, i32, i8*)*, i32 (%struct.mount*, %struct.statfs*)*, i32 (%struct.m…
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc99 #include <sys/statfs.h>
109 #define STATVFS statfs
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp745 TEST(MemorySanitizer, statfs) { in TEST() argument
746 struct statfs st; in TEST()
747 int res = statfs("/", &st); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2959 fun:statfs=uninstrumented