Searched refs:statfs (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | builtin-object-size.c | 94 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 D | getmntinfo.cpp | 23 struct statfs *fss; in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_solaris.cpp | 90 unsigned struct_statfs_sz = sizeof(struct statfs);
|
| H A D | sanitizer_platform_limits_freebsd.cpp | 131 unsigned struct_statfs_sz = sizeof(struct statfs);
|
| H A D | sanitizer_platform_limits_posix.cpp | 222 unsigned struct_statfs_sz = sizeof(struct statfs);
|
| H A D | sanitizer_common_syscalls.inc | 901 PRE_SYSCALL(statfs)(const void *path, void *buf) { 906 POST_SYSCALL(statfs)(long res, const void *path, void *buf) {
|
| H A D | sanitizer_common_interceptors.inc | 4587 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 D | avoid-infinite-recursion-1.ll | 99 …, %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 D | Path.inc | 99 #include <sys/statfs.h> 109 #define STATVFS statfs
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 745 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 D | libc_ubuntu1404_abilist.txt | 2959 fun:statfs=uninstrumented
|