Searched refs:fstatfs (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-13-stable/libexec/rtld-elf/rtld-libc/
H A Dnamespace.h37 #define fstatfs _fstatfs macro
H A Dun-namespace.h38 #undef fstatfs macro
H A DMakefile.inc47 _libc_other_objects= sigsetjmp lstat stat fstat fstatat fstatfs syscall \
/freebsd-13-stable/lib/libc/sys/
H A Dfstatfs.c37 #undef fstatfs macro
38 __weak_reference(_fstatfs, fstatfs);
H A DMakefile.inc39 SRCS+= fstat.c fstatat.c fstatfs.c getfsstat.c statfs.c
40 NOASM+= fstat.o fstatat.o fstatfs.o getfsstat.o statfs.o
488 MLINKS+=statfs.2 fstatfs.2
/freebsd-13-stable/lib/libc/include/
H A Dcompat.h64 __sym_compat(fstatfs, freebsd11_fstatfs, FBSD_1.0);
H A Dnamespace.h72 #define fstatfs _fstatfs macro
H A Dun-namespace.h53 #undef fstatfs macro
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.c77 if (fstatfs(fd, &fs) == -1)
/freebsd-13-stable/usr.bin/mkuzip/
H A Dmkuz_insize.c55 if (fstatfs(cfp->fdr, &statfsbuf) != 0) {
56 warn("fstatfs(%s)", cfp->iname);
/freebsd-13-stable/sys/kern/
H A Dcapabilities.conf232 ## Allow querying file and file system state with fstat(2) and fstatfs(2),
236 fstatfs
/freebsd-13-stable/contrib/tcpdump/lbl/
H A Dos-sunos4.h81 int fstatfs(int, struct statfs *);
/freebsd-13-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h80 int fstatfs(int, struct statfs *);
/freebsd-13-stable/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c128 REQUIRE(fstatfs(filefd, &sf));
340 ret = fstatfs(fd_cap, &sf);
341 CHECK_RESULT(fstatfs, CAP_FSTATFS, ret == 0);
/freebsd-13-stable/sys/sys/
H A Dsyscall.mk400 fstatfs.o \
H A Dmount.h1143 int fstatfs(int, struct statfs *);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_o_search.c62 #define fstatvfs fstatfs
/freebsd-13-stable/usr.bin/tail/
H A Dforward.c284 if (fstatfs(fileno(file->fp), &sf) == 0 &&
/freebsd-13-stable/contrib/unbound/compat/
H A Dgetentropy_linux.c476 HX(fstatfs(0, &stfs) == -1,
H A Dgetentropy_osx.c372 HX(fstatfs(0, &stfs) == -1,
/freebsd-13-stable/tests/sys/audit/
H A Dfile-attribute-access.c288 "fstatfs(2) call");
298 ATF_REQUIRE_EQ(0, fstatfs(filedesc, &statfsbuff));
300 snprintf(extregex, sizeof(extregex), "fstatfs.*%jd.*return,success",
316 "fstatfs(2) call");
322 const char *regex = "fstatfs.*return,failure : Bad file descriptor";
324 ATF_REQUIRE_ERRNO(EBADF, fstatfs(-1, &statfsbuff) == -1);
535 "fstatfs(2) call");
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1573 r = fstatfs(fd, &sfs);
1587 r = fstatfs(tree_current_dir_fd(t), &sfs);
1761 r = fstatfs(fd, &sfs);
1782 r = fstatfs(tree_current_dir_fd(t), &sfs);
/freebsd-13-stable/contrib/capsicum-test/
H A Dcapability-fd.cc529 EXPECT_OK(fstatfs(fd, &sf));
576 CHECK_RIGHT_RESULT(fstatfs(cap_fd, &cap_sf), rights, CAP_FSTATFS);
/freebsd-13-stable/sbin/savecore/
H A Dsavecore.c386 if (fstatfs(savedirfd, &fsbuf) < 0) {
/freebsd-13-stable/tests/sys/file/
H A Dflock_helper.c1585 fstatfs(fd, &st);

Completed in 163 milliseconds

12