Home
last modified time | relevance | path

Searched refs:statfs64 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompile.h135 #define statfs64 statfs macro
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c210 struct statfs64 st; in dir_is_empty()
216 if ((statfs64(dirname, &st) != 0) || in dir_is_empty()
H A Dlibzfs.abi5933 … <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 Dsanitizer_platform_limits_posix.cpp222 unsigned struct_statfs64_sz = sizeof(struct statfs64);
H A Dsanitizer_common_syscalls.inc939 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 Dsanitizer_common_interceptors.inc4661 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 Dlibc_ubuntu1404_abilist.txt2965 fun:statfs64=uninstrumented