Searched refs:fstatfs (Results 1 – 25 of 38) sorted by relevance
12
| /freebsd-13-stable/lib/libc/sys/ |
| HD | fstatfs.c | 35 #undef fstatfs 36 __weak_reference(_fstatfs, fstatfs);
|
| HD | Makefile.inc | 41 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
|
| HD | Symbol.map | 387 fstatfs;
|
| /freebsd-13-stable/libexec/rtld-elf/rtld-libc/ |
| HD | un-namespace.h | 36 #undef fstatfs
|
| HD | namespace.h | 35 #define fstatfs _fstatfs macro
|
| HD | Makefile.inc | 46 _libc_other_objects= sigsetjmp lstat stat fstat fstatat fstatfs syscall \
|
| /freebsd-13-stable/usr.bin/mkuzip/ |
| HD | mkuz_insize.c | 53 if (fstatfs(cfp->fdr, &statfsbuf) != 0) { in mkuz_get_insize()
|
| /freebsd-13-stable/crypto/openssh/openbsd-compat/ |
| HD | bsd-statvfs.c | 82 if (fstatfs(fd, &fs) == -1) in fstatvfs()
|
| /freebsd-13-stable/lib/libc/include/ |
| HD | compat.h | 62 __sym_compat(fstatfs, freebsd11_fstatfs, FBSD_1.0);
|
| HD | namespace.h | 70 #define fstatfs _fstatfs macro
|
| HD | un-namespace.h | 51 #undef fstatfs
|
| /freebsd-13-stable/tools/regression/security/cap_test/ |
| HD | cap_test_capabilities.c | 126 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/ |
| HD | os-sunos4.h | 80 int fstatfs(int, struct statfs *);
|
| /freebsd-13-stable/contrib/tcpdump/lbl/ |
| HD | os-sunos4.h | 81 int fstatfs(int, struct statfs *);
|
| /freebsd-13-stable/sys/kern/ |
| HD | capabilities.conf | 235 fstatfs
|
| /freebsd-13-stable/usr.bin/tail/ |
| HD | forward.c | 281 if (fstatfs(fileno(file->fp), &sf) == 0 && in set_events()
|
| /freebsd-13-stable/contrib/netbsd-tests/lib/libc/c063/ |
| HD | t_o_search.c | 62 #define fstatvfs fstatfs
|
| /freebsd-13-stable/contrib/unbound/compat/ |
| HD | getentropy_osx.c | 372 HX(fstatfs(0, &stfs) == -1, in getentropy_fallback()
|
| HD | getentropy_linux.c | 476 HX(fstatfs(0, &stfs) == -1, in getentropy_fallback()
|
| /freebsd-13-stable/tests/sys/audit/ |
| HD | file-attribute-access.c | 296 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/ |
| HD | archive_read_disk_posix.c | 1600 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/ |
| HD | syscall.mk | 401 fstatfs.o \
|
| HD | mount.h | 1159 int fstatfs(int, struct statfs *);
|
| /freebsd-13-stable/contrib/capsicum-test/ |
| HD | capability-fd.cc | 529 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/ |
| HD | flock_helper.c | 1583 fstatfs(fd, &st); in main()
|
12