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

123456

/illumos-gate/usr/src/cmd/lofiadm/
H A Dutils.c29 #include <sys/statvfs.h>
/illumos-gate/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c45 #include <sys/statvfs.h>
348 static struct statvfs vfs;
350 if (statvfs("/", &vfs) >= 0) {
/illumos-gate/usr/src/cmd/split/
H A Dsplit.c35 #include <sys/statvfs.h>
80 struct statvfs stbuf;
205 if (statvfs(head, &stbuf) < 0) {
/illumos-gate/usr/src/cmd/svc/startd/
H A Dspecials.c38 #include <sys/statvfs.h>
H A Dlog.c101 #include <sys/statvfs.h>
305 struct statvfs svb;
/illumos-gate/usr/src/man/man2/
H A DMakefile141 statvfs.2 \
394 fstatvfs.2 := LINKSRC = statvfs.2
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathprobe.c62 struct statvfs vfs;
65 if (!statvfs(path, &vfs))
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c130 #include <sys/statvfs.h>
693 struct statvfs vfs_stat;
755 if (statvfs(vfsfilename, &vfs_stat) != 0) {
/illumos-gate/usr/src/cmd/swap/
H A Dswap.c59 #include <sys/statvfs.h>
628 struct statvfs fsb;
701 statvfs("/etc", &fsb) == 0 && !(fsb.f_flag & ST_RDONLY)) {
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dopen_package_datastream.c35 #include <sys/statvfs.h>
H A Docfile.c40 #include <sys/statvfs.h>
83 #define ERR_NOSTATV "statvfs(%s) failed"
/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dcerts.c38 #include <sys/statvfs.h>
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_susp.c57 #include <sys/statvfs.h>
/illumos-gate/usr/src/tools/elfextract/
H A Delfextract.c40 #include <sys/statvfs.h>
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h48 #include <sys/statvfs.h>
/illumos-gate/usr/src/test/zfs-tests/cmd/file_trunc/
H A Dfile_trunc.c40 #include <sys/statvfs.h>
/illumos-gate/usr/src/man/man3head/
H A DMakefile78 statvfs.h.3head \
167 statvfs.3head \
256 statvfs.3head := LINKSRC = statvfs.h.3head
/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c40 #include <sys/statvfs.h>
139 * - VE_FAIL = utime/target directory/link/stat/symlink/mknod/chmod/statvfs/
332 static struct statvfs vfsstatus; /* filesystem status buffer */
381 * - VE_FAIL = utime/target directory/link/stat/symlink/mknod/chmod/statvfs/
816 if (statvfs(path, &vfsstatus) < 0) {
837 * stat and statvfs structures.
/illumos-gate/usr/src/cmd/utmpd/
H A Dutmpd.c69 #include <sys/statvfs.h>
600 struct statvfs statvfs_buf;
606 if ((statvfs(UTMPPIPE_DIR, &statvfs_buf) == 0) &&
/illumos-gate/usr/src/cmd/cdrw/
H A Dbstream.c35 #include <sys/statvfs.h>
682 struct statvfs buf;
685 if (statvfs(get_tmp_name(), &buf) < 0) {
727 * no need to check if path is valid. statvfs will catch
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c39 #include <sys/statvfs.h>
151 * statvfs() now. For performance reasons, we only want to
165 * statvfs returns number of fragment size blocks
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c34 #include <sys/statvfs.h>
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c38 #include <sys/statvfs.h>
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c44 #include <sys/statvfs.h>
183 int statvfs(char *, struct statvfs *);
184 int fstatvfs(int, struct statvfs *);
560 /* 103 */ SYSENT_CI("statvfs", statvfs, 2),
927 /* 103 */ SYSENT_CI("statvfs", statvfs32, 2),
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c648 * remaining IGNORE_SIZE bytes. This reduces the number of statvfs()
657 struct statvfs sb;
667 if (statvfs(thisdir->dl_dirname, &sb) < 0) {

Completed in 73 milliseconds

123456