Home
last modified time | relevance | path

Searched refs:fstatfs (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-14.2/lib/libc/sys/
H A Dfstatfs.c35 #undef fstatfs
36 __weak_reference(_fstatfs, fstatfs);
H A DMakefile.inc42 SRCS+= fstat.c fstatat.c fstatfs.c getfsstat.c statfs.c
43 NOASM+= fstat.o fstatat.o fstatfs.o getfsstat.o statfs.o
505 MLINKS+=statfs.2 fstatfs.2
H A DSymbol.map386 fstatfs;
/freebsd-14.2/libexec/rtld-elf/rtld-libc/
H A Dun-namespace.h36 #undef fstatfs
H A Dnamespace.h35 #define fstatfs _fstatfs macro
H A DMakefile.inc56 _libc_other_objects= sigsetjmp lstat stat fstat fstatat fstatfs syscall \
/freebsd-14.2/usr.bin/mkuzip/
H A Dmkuz_insize.c53 if (fstatfs(cfp->fdr, &statfsbuf) != 0) { in mkuz_get_insize()
/freebsd-14.2/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.c82 if (fstatfs(fd, &fs) == -1) in fstatvfs()
/freebsd-14.2/lib/libc/include/
H A Dcompat.h62 __sym_compat(fstatfs, freebsd11_fstatfs, FBSD_1.0);
H A Dun-namespace.h51 #undef fstatfs
H A Dnamespace.h70 #define fstatfs _fstatfs macro
/freebsd-14.2/contrib/libpcap/lbl/
H A Dos-sunos4.h80 int fstatfs(int, struct statfs *);
/freebsd-14.2/contrib/tcpdump/lbl/
H A Dos-sunos4.h81 int fstatfs(int, struct statfs *);
/freebsd-14.2/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c126 REQUIRE(fstatfs(filefd, &sf)); in try_file_ops()
338 ret = fstatfs(fd_cap, &sf); in try_file_ops()
339 CHECK_RESULT(fstatfs, CAP_FSTATFS, ret == 0); in try_file_ops()
/freebsd-14.2/usr.bin/tail/
H A Dforward.c281 if (fstatfs(fileno(file->fp), &sf) == 0 && in set_events()
/freebsd-14.2/contrib/netbsd-tests/lib/libc/c063/
H A Dt_o_search.c62 #define fstatvfs fstatfs
/freebsd-14.2/contrib/unbound/compat/
H A Dgetentropy_osx.c372 HX(fstatfs(0, &stfs) == -1, in getentropy_fallback()
H A Dgetentropy_linux.c476 HX(fstatfs(0, &stfs) == -1, in getentropy_fallback()
/freebsd-14.2/tests/sys/audit/
H A Dfile-attribute-access.c296 ATF_REQUIRE_EQ(0, fstatfs(filedesc, &statfsbuff)); in ATF_TC_BODY()
322 ATF_REQUIRE_ERRNO(EBADF, fstatfs(-1, &statfsbuff) == -1); in ATF_TC_BODY()
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1600 r = fstatfs(fd, &sfs); in setup_current_filesystem()
1614 r = fstatfs(tree_current_dir_fd(t), &sfs); in setup_current_filesystem()
1782 r = fstatfs(fd, &sfs); in setup_current_filesystem()
1803 r = fstatfs(tree_current_dir_fd(t), &sfs); in setup_current_filesystem()
/freebsd-14.2/sys/sys/
H A Dsyscall.mk401 fstatfs.o \
H A Dmount.h1198 int fstatfs(int, struct statfs *);
/freebsd-14.2/contrib/capsicum-test/
H A Dcapability-fd.cc529 EXPECT_OK(fstatfs(fd, &sf)); in TryFileOps()
576 CHECK_RIGHT_RESULT(fstatfs(cap_fd, &cap_sf), rights, CAP_FSTATFS); in TryFileOps()
/freebsd-14.2/tests/sys/file/
H A Dflock_helper.c1583 fstatfs(fd, &st); in main()
/freebsd-14.2/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c440 if (fstatfs(fd, &statfs) == 0) in check_fstatfs()

12