Searched refs:statfs (Results 51 - 75 of 137) sorted by relevance

123456

/freebsd-11-stable/sys/sys/
H A Dsyscallsubr.h115 int kern_fhstatfs(struct thread *td, fhandle_t fh, struct statfs *buf);
118 int kern_fstatfs(struct thread *td, int fd, struct statfs *buf);
127 int kern_getfsstat(struct thread *td, struct statfs **buf, size_t bufsize,
269 struct statfs *buf);
H A Djail.h178 int pr_enforce_statfs; /* (p) statfs permission */
364 struct statfs;
378 struct statfs *sp);
H A Dsyscall.mk258 statfs.o \
/freebsd-11-stable/bin/mv/
H A Dmv.c232 struct statfs sfs;
249 if (!statfs(path, &sfs) &&
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zinject/
H A Dtranslate.c90 struct statfs sfs;
114 if (statfs(fullpath, &sfs) == -1) {
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs.c306 struct statfs *sbp;
371 pfs_statfs(struct mount *mp, struct statfs *sbp)
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_fs_tbl.c324 fs_get_type(const struct statfs *fs_p)
338 * Given information returned from statfs(2) either create a new entry into
342 fs_tbl_process_statfs_entry(const struct statfs *fs_p, int32_t storage_idx)
/freebsd-11-stable/sbin/growfs/
H A Dgrowfs.c123 static void mount_reload(const struct statfs *stfs);
1261 static const struct statfs *
1265 struct statfs *mntbuf, *statfsp;
1298 struct statfs *mntbuf, *statfsp;
1372 const struct statfs *statfsp;
1721 mount_reload(const struct statfs *stfs)
/freebsd-11-stable/sys/kern/
H A Dkern_acct.c556 struct statfs *sp;
584 sp = malloc(sizeof(struct statfs), M_STATFS, M_WAITOK);
/freebsd-11-stable/sbin/mdmfs/
H A Dmdmfs.c552 struct statfs sfs;
558 if (statfs(mtpoint, &sfs) == -1) {
559 warn("statfs: %s", mtpoint);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp47 #include <sys/statfs.h>
89 unsigned struct_statfs_sz = sizeof(struct statfs);
/freebsd-11-stable/lib/libc/gen/
H A Dopendir.c313 struct statfs sfb;
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_vfsops.c225 devfs_statfs(struct mount *mp, struct statfs *sbp)
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_extern.h49 struct statfs;
/freebsd-11-stable/lib/libc/sys/
H A DMakefile.inc304 statfs.2 \
456 MLINKS+=statfs.2 fstatfs.2
/freebsd-11-stable/usr.sbin/autofs/
H A Dautounmountd.c107 struct statfs *mntbuf;
/freebsd-11-stable/sbin/fdisk_pc98/
H A Dfdisk.c874 struct statfs rootfs;
881 if (statfs("/", &rootfs) == -1)
882 err(1, "statfs(\"/\")");
/freebsd-11-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c599 struct statfs sfs;
627 if (statfs(cur_dir, &sfs) < 0)
/freebsd-11-stable/sbin/savecore/
H A Dsavecore.c277 struct statfs fsbuf;
280 if (statfs(".", &fsbuf) < 0) {
/freebsd-11-stable/sys/fs/tmpfs/
H A Dtmpfs_vfsops.c81 static int tmpfs_statfs(struct mount *, struct statfs *);
649 tmpfs_statfs(struct mount *mp, struct statfs *sbp)
/freebsd-11-stable/lib/libutil/
H A Dquotafile.c70 struct statfs sfb;
99 if (statfs(fs->fs_file, &sfb) != 0 ||
/freebsd-11-stable/sys/security/audit/
H A Daudit_worker.c138 struct statfs *mnt_stat;
/freebsd-11-stable/usr.bin/tail/
H A Dforward.c269 struct statfs sf;
/freebsd-11-stable/sbin/bectl/
H A Dbectl_jail.c212 struct statfs *mntbuf;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_o_search.c61 #define statvfs statfs

Completed in 159 milliseconds

123456