Home
last modified time | relevance | path

Searched refs:fstatvfs (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc26 #undef fstatvfs
45 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
47 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf);
52 int res = REAL(fstatvfs)(fd, buf);
64 COMMON_INTERCEPT_FUNCTION(fstatvfs); \
H A Dsanitizer_common_interceptors.inc77 #define fstatvfs __fstatvfs90
4540 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
4542 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf);
4547 int res = REAL(fstatvfs)(fd, buf);
4557 COMMON_INTERCEPT_FUNCTION(fstatvfs);
/freebsd/sys/sys/
H A Dstatvfs.h76 int fstatvfs(int, struct statvfs *);
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.h71 int fstatvfs(int, struct statvfs *);
H A Dbsd-statvfs.c76 int fstatvfs(int fd, struct statvfs *buf) in fstatvfs() function
/freebsd/contrib/netbsd-tests/lib/libc/c063/
H A Dt_o_search.c62 #define fstatvfs fstatfs macro
334 fstatvfs(dfd, &vst); in ATF_TC_BODY()
/freebsd/lib/libc/gen/
H A Dstatvfs.c43 fstatvfs(int fd, struct statvfs *result) in fstatvfs() function
H A DSymbol.map247 fstatvfs;
H A DMakefile.inc512 MLINKS+=statvfs.3 fstatvfs.3
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1704 r = fstatvfs(tree_current_dir_fd(t), &svfs); in setup_current_filesystem()
1780 vr = fstatvfs(fd, &svfs);/* for f_flag, mount flags */ in setup_current_filesystem()
1801 vr = fstatvfs(tree_current_dir_fd(t), &svfs); in setup_current_filesystem()
1910 r = fstatvfs(fd, &svfs); in setup_current_filesystem()
1925 r = fstatvfs(tree_current_dir_fd(t), &svfs); in setup_current_filesystem()
/freebsd/contrib/unbound/compat/
H A Dgetentropy_osx.c370 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
H A Dgetentropy_solaris.c394 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
H A Dgetentropy_linux.c474 HX(fstatvfs(0, &stvfs) == -1, in getentropy_fallback()
/freebsd/crypto/openssh/
H A DPROTOCOL512 "fstatvfs@openssh.com"
514 These requests correspond to the statvfs and fstatvfs POSIX system
522 The "fstatvfs@openssh.com" operates on an open file handle:
525 string "fstatvfs@openssh.com"
549 Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are
H A Dsftp-server.c1424 if (fstatvfs(fd, &st) != 0) in process_extended_fstatvfs()
H A Dconfigure.ac1975 fstatvfs \
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1470 /// int fstatvfs(int fildes, struct statvfs *buf);
1471 TLI_DEFINE_ENUM_INTERNAL(fstatvfs)
1472 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
/freebsd/usr.sbin/makefs/
H A Dffs.c509 if (fstatvfs(fsopts->fd, &sfs) == -1) { in ffs_create_image()
513 warn("can't fstatvfs `%s', using default %d byte chunk", in ffs_create_image()
H A Dffs.c509 if (fstatvfs(fsopts->fd, &sfs) == -1) { in ffs_create_image()
513 warn("can't fstatvfs `%s', using default %d byte chunk", in ffs_create_image()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc80 #define FSTATVFS fstatvfs
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1797 fun:fstatvfs=uninstrumented
/freebsd/contrib/sqlite3/
H A Dsqlite3.c42528 if( fstatvfs(pFile->h, &fsInfo) == -1 ) {