Home
last modified time | relevance | path

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

12

/freebsd-13-stable/lib/libc/sys/
HDfstatfs.c35 #undef fstatfs
36 __weak_reference(_fstatfs, fstatfs);
HDMakefile.inc41 SRCS+= fstat.c fstatat.c fstatfs.c getfsstat.c statfs.c
42 NOASM+= fstat.o fstatat.o fstatfs.o getfsstat.o statfs.o
495 MLINKS+=statfs.2 fstatfs.2
HDSymbol.map387 fstatfs;
/freebsd-13-stable/libexec/rtld-elf/rtld-libc/
HDun-namespace.h36 #undef fstatfs
HDnamespace.h35 #define fstatfs _fstatfs macro
HDMakefile.inc46 _libc_other_objects= sigsetjmp lstat stat fstat fstatat fstatfs syscall \
/freebsd-13-stable/usr.bin/mkuzip/
HDmkuz_insize.c53 if (fstatfs(cfp->fdr, &statfsbuf) != 0) { in mkuz_get_insize()
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDbsd-statvfs.c82 if (fstatfs(fd, &fs) == -1) in fstatvfs()
/freebsd-13-stable/lib/libc/include/
HDcompat.h62 __sym_compat(fstatfs, freebsd11_fstatfs, FBSD_1.0);
HDnamespace.h70 #define fstatfs _fstatfs macro
HDun-namespace.h51 #undef fstatfs
/freebsd-13-stable/tools/regression/security/cap_test/
HDcap_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-13-stable/contrib/libpcap/lbl/
HDos-sunos4.h80 int fstatfs(int, struct statfs *);
/freebsd-13-stable/contrib/tcpdump/lbl/
HDos-sunos4.h81 int fstatfs(int, struct statfs *);
/freebsd-13-stable/sys/kern/
HDcapabilities.conf235 fstatfs
/freebsd-13-stable/usr.bin/tail/
HDforward.c281 if (fstatfs(fileno(file->fp), &sf) == 0 && in set_events()
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/c063/
HDt_o_search.c62 #define fstatvfs fstatfs
/freebsd-13-stable/contrib/unbound/compat/
HDgetentropy_osx.c372 HX(fstatfs(0, &stfs) == -1, in getentropy_fallback()
HDgetentropy_linux.c476 HX(fstatfs(0, &stfs) == -1, in getentropy_fallback()
/freebsd-13-stable/tests/sys/audit/
HDfile-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-13-stable/contrib/libarchive/libarchive/
HDarchive_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-13-stable/sys/sys/
HDsyscall.mk401 fstatfs.o \
HDmount.h1159 int fstatfs(int, struct statfs *);
/freebsd-13-stable/contrib/capsicum-test/
HDcapability-fd.cc529 EXPECT_OK(fstatfs(fd, &sf)); in TryFileOps()
576 CHECK_RIGHT_RESULT(fstatfs(cap_fd, &cap_sf), rights, CAP_FSTATFS); in TryFileOps()
/freebsd-13-stable/tests/sys/file/
HDflock_helper.c1583 fstatfs(fd, &st); in main()

12