Searched refs:statvfs (Results 26 - 50 of 54) sorted by relevance

123

/freebsd-13-stable/contrib/kyua/utils/fs/
H A Doperations.cpp42 # include <sys/statvfs.h>
437 struct ::statvfs buf;
438 if (::statvfs(path.c_str(), &buf) == -1) {
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c39 #include <sys/statvfs.h>
/freebsd-13-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_ro.c30 #include <sys/statvfs.h>
H A Dt_io.c30 #include <sys/statvfs.h>
H A Dt_vnops.c30 #include <sys/statvfs.h>
/freebsd-13-stable/tests/sys/cddl/zfs/bin/
H A Dfile_trunc.c38 #include <sys/statvfs.h>
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.cpp51 #include <sys/statvfs.h>
95 unsigned struct_statvfs_sz = sizeof(struct statvfs);
H A Dsanitizer_platform_limits_solaris.cpp48 #include <sys/statvfs.h>
97 unsigned struct_statvfs_sz = sizeof(struct statvfs);
H A Dsanitizer_platform_limits_freebsd.cpp36 #include <sys/statvfs.h>
134 unsigned struct_statvfs_sz = sizeof(struct statvfs);
H A Dsanitizer_platform_limits_posix.cpp127 #include <sys/statvfs.h>
252 unsigned struct_statvfs_sz = sizeof(struct statvfs);
H A Dsanitizer_platform_limits_netbsd.cpp94 #include <sys/statvfs.h>
419 unsigned struct_statvfs_sz = sizeof(struct statvfs);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A DMakefile.in82 bsd-statvfs.o \
/freebsd-13-stable/lib/libc/gen/
H A DMakefile.inc142 statvfs.c \
300 statvfs.3 \
512 MLINKS+=statvfs.3 fstatvfs.3
/freebsd-13-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_nfs.c31 #include <sys/statvfs.h>
H A Dfstest_puffs.c31 #include <sys/statvfs.h>
/freebsd-13-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs.c184 PUFFSOP_SET(pops, dtfs, fs, statvfs);
/freebsd-13-stable/tools/regression/tmpfs/
H A Dh_tools.c45 #include <sys/statvfs.h>
243 perror("statvfs");
276 else if (strcmp(argv[0], "statvfs") == 0)
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c47 #include <sys/statvfs.h>
1661 struct statvfs svfs;
1670 r = statvfs(tree_current_access_path(t), &svfs);
1679 r = statvfs(".", &svfs);
1686 archive_set_error(&a->archive, errno, "statvfs failed");
1740 struct statvfs svfs;
1771 vr = statvfs(tree_current_access_path(t), &svfs);
1791 vr = statvfs(".", &svfs);
1867 struct statvfs svfs;
1895 r = statvfs(tree_current_access_pat
[all...]
/freebsd-13-stable/contrib/netbsd-tests/fs/puffs/
H A Dt_basic.c36 struct statvfs svb;
39 atf_tc_fail_errno("statvfs");
/freebsd-13-stable/crypto/openssh/
H A Dsftp-server.c29 #include <sys/statvfs.h>
147 { "statvfs", "statvfs@openssh.com", 0, process_extended_statvfs, 0 },
611 send_statvfs(u_int32_t id, struct statvfs *st)
658 /* statvfs extension */
659 (r = sshbuf_put_cstring(msg, "statvfs@openssh.com")) != 0 ||
1300 struct statvfs st;
1305 debug3("request %u: statvfs", id);
1306 logit("statvfs \"%s\"", path);
1308 if (statvfs(pat
[all...]
/freebsd-13-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h21 #include <sys/statvfs.h>
H A Doperations.cpp24 #include <sys/statvfs.h>
1186 struct statvfs m_svfs = {};
1187 if (::statvfs(p.c_str(), &m_svfs) == -1) {
/freebsd-13-stable/usr.sbin/makefs/
H A Dffs.c97 #include <sys/statvfs.h>
485 struct statvfs sfs;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc73 #include <sys/statvfs.h>
74 #define STATVFS statvfs
485 // statvfs::f_basetype contains a null-terminated FSType name of the mounted target
/freebsd-13-stable/contrib/sendmail/src/
H A Dconf.c3349 # define SFS_STATVFS 6 /* use <sys/statvfs.h> implementation */
3368 # include <sys/statvfs.h>
3395 struct statvfs fs;
3414 if (statvfs(dir, &fs) == 0)

Completed in 239 milliseconds

123