Searched refs:stfs (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_linux.c400 struct statfs stfs; local
463 HX(statfs(".", &stfs) == -1, stfs);
467 HX(statfs("/", &stfs) == -1, stfs);
476 HX(fstatfs(0, &stfs) == -1,
477 stfs);
H A Dgetentropy_osx.c300 struct statfs stfs; local
359 HX(statfs(".", &stfs) == -1, stfs);
363 HX(statfs("/", &stfs) == -1, stfs);
372 HX(fstatfs(0, &stfs) == -1,
373 stfs);
/freebsd-11-stable/usr.sbin/jail/
H A Dcommand.c932 struct statfs stfs; local
974 if (stat(path, &st) < 0 || statfs(path, &stfs) < 0) {
979 if (stat(stfs.f_mntonname, &mpst) < 0) {
980 jail_warnx(j, "%s: %s: %s", pname, stfs.f_mntonname,
989 if (strcmp(stfs.f_fstypename, umount_type)) {
/freebsd-11-stable/sbin/tunefs/
H A Dtunefs.c98 struct statfs stfs; local
309 if (statfs(special, &stfs) != 0)
311 if (strcmp(special, stfs.f_mntonname) == 0)
563 stfs.f_flags | MNT_UPDATE | MNT_RELOAD, &args) < 0)
/freebsd-11-stable/sbin/growfs/
H A Dgrowfs.c123 static void mount_reload(const struct statfs *stfs);
1721 mount_reload(const struct statfs *stfs) argument
1731 build_iovec(&iov, &iovlen, "fspath", __DECONST(char *, stfs->f_mntonname), (size_t)-1);
1736 if (nmount(iov, iovlen, stfs->f_flags) < 0) {
1738 err(9, "%s: cannot reload filesystem%s%s", stfs->f_mntonname,
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c1493 struct statfs stfs; local
1495 if (fstatfs(fd, &stfs) != 0)
1497 if (strcmp(stfs.f_fstypename, "ufs") == 0 ||
1498 strcmp(stfs.f_fstypename, "cd9660") == 0)
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c15422 cCL(stfs, c000100, 2, (RF, ADDRGLDC), rd_cpaddr),

Completed in 474 milliseconds