Searched refs:statfs64 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-head/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| HD | ccompile.h | 138 #define statfs64 statfs macro
|
| /freebsd-head/sys/contrib/openzfs/lib/libzfs/ |
| HD | libzfs_mount.c | 167 struct statfs64 st; in dir_is_empty() 173 if ((statfs64(dirname, &st) != 0) || in dir_is_empty()
|
| HD | libzfs.abi | 5497 … <class-decl name='statfs64' size-in-bits='960' is-struct='yes' visibility='default' id='a2a6be1a'> 5693 <function-decl name='statfs64' visibility='default' binding='global' size-in-bits='64'>
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_platform_limits_posix.cpp | 211 unsigned struct_statfs64_sz = sizeof(struct statfs64);
|
| HD | sanitizer_common_syscalls.inc | 938 PRE_SYSCALL(statfs64)(const void *path, long sz, void *buf) { 943 POST_SYSCALL(statfs64)(long res, const void *path, long sz, void *buf) {
|
| HD | sanitizer_common_interceptors.inc | 4500 INTERCEPTOR(int, statfs64, char *path, void *buf) { 4502 COMMON_INTERCEPTOR_ENTER(ctx, statfs64, path, buf); 4507 int res = REAL(statfs64)(path, buf); 4522 COMMON_INTERCEPT_FUNCTION(statfs64); \
|
| /freebsd-head/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 2965 fun:statfs64=uninstrumented
|