Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDccompile.h138 #define statfs64 statfs macro
/freebsd-head/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_mount.c167 struct statfs64 st; in dir_is_empty()
173 if ((statfs64(dirname, &st) != 0) || in dir_is_empty()
HDlibzfs.abi5497 … <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/
HDsanitizer_platform_limits_posix.cpp211 unsigned struct_statfs64_sz = sizeof(struct statfs64);
HDsanitizer_common_syscalls.inc938 PRE_SYSCALL(statfs64)(const void *path, long sz, void *buf) {
943 POST_SYSCALL(statfs64)(long res, const void *path, long sz, void *buf) {
HDsanitizer_common_interceptors.inc4500 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/
HDlibc_ubuntu1404_abilist.txt2965 fun:statfs64=uninstrumented