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

123

/freebsd-12-stable/contrib/gcc/
H A Dsys-types.h20 struct statvfs;
H A Dsys-protos.h410 extern int fstatvfs(int, struct statvfs *);
1070 extern int statvfs(const char *, struct statvfs *);
/freebsd-12-stable/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c172 * statvfs() should fill in the following members of struct statvfs:
195 dtfs_fs_statvfs(struct puffs_usermount *pu, struct statvfs *sbp)
204 memset(sbp, 0, sizeof(struct statvfs));
H A Ddtfs.c184 PUFFSOP_SET(pops, dtfs, fs, statvfs);
/freebsd-12-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-12-stable/tests/sys/cddl/zfs/bin/
H A Dfile_trunc.c38 #include <sys/statvfs.h>
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.cpp51 #include <sys/statvfs.h>
94 unsigned struct_statvfs_sz = sizeof(struct statvfs);
H A Dsanitizer_platform_limits_solaris.cpp48 #include <sys/statvfs.h>
96 unsigned struct_statvfs_sz = sizeof(struct statvfs);
H A Dsanitizer_platform_limits_freebsd.cpp55 #include <sys/statvfs.h>
128 unsigned struct_statvfs_sz = sizeof(struct statvfs);
H A Dsanitizer_platform_limits_posix.cpp127 #include <sys/statvfs.h>
251 unsigned struct_statvfs_sz = sizeof(struct statvfs);
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A DMakefile.in82 bsd-statvfs.o \
/freebsd-12-stable/lib/libc/gen/
H A DMakefile.inc130 statvfs.c \
296 statvfs.3 \
508 MLINKS+=statvfs.3 fstatvfs.3
/freebsd-12-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-12-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-12-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-12-stable/contrib/netbsd-tests/fs/puffs/
H A Dt_basic.c36 struct statvfs svb;
39 atf_tc_fail_errno("statvfs");
/freebsd-12-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-12-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h21 #include <sys/statvfs.h>
H A Doperations.cpp24 #include <sys/statvfs.h>
1190 struct statvfs m_svfs = {};
1191 if (::statvfs(p.c_str(), &m_svfs) == -1) {
/freebsd-12-stable/contrib/amd/include/
H A Dam_defs.h1251 * Actions to take if <sys/statvfs.h> exists.
1254 # include <sys/statvfs.h>
/freebsd-12-stable/usr.sbin/makefs/
H A Dffs.c97 #include <sys/statvfs.h>
479 struct statvfs sfs;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc68 #include <sys/statvfs.h>
69 #define STATVFS statvfs
464 // statvfs::f_basetype contains a null-terminated FSType name of the mounted target

Completed in 247 milliseconds

123