Searched refs:statfs64 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompile.h | 135 #define statfs64 statfs macro
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_mount.c | 210 struct statfs64 st; in dir_is_empty() 216 if ((statfs64(dirname, &st) != 0) || in dir_is_empty()
|
| H A D | libzfs.abi | 5933 … <class-decl name='statfs64' size-in-bits='960' is-struct='yes' visibility='default' id='a2a6be1a'> 6171 <function-decl name='statfs64' visibility='default' binding='global' size-in-bits='64'>
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_posix.cpp | 222 unsigned struct_statfs64_sz = sizeof(struct statfs64);
|
| H A D | sanitizer_common_syscalls.inc | 939 PRE_SYSCALL(statfs64)(const void *path, long sz, void *buf) { 944 POST_SYSCALL(statfs64)(long res, const void *path, long sz, void *buf) {
|
| H A D | sanitizer_common_interceptors.inc | 4661 INTERCEPTOR(int, statfs64, char *path, void *buf) { 4663 COMMON_INTERCEPTOR_ENTER(ctx, statfs64, path, buf); 4668 int res = REAL(statfs64)(path, buf); 4683 COMMON_INTERCEPT_FUNCTION(statfs64); \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2965 fun:statfs64=uninstrumented
|