Home
last modified time | relevance | path

Searched refs:stfs (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sbin/tunefs/
H A Dtunefs.c85 struct statfs stfs; in main() local
93 if (statfs(special, &stfs) == 0 && in main()
94 strcmp(special, stfs.f_mntonname) == 0) { in main()
280 stfs.f_flags | MNT_UPDATE | MNT_RELOAD, &args) < 0) in main()
/dragonfly/usr.bin/xinstall/
H A Dxinstall.c1172 struct statfs stfs; in trymmap() local
1174 if (nommap || fstatfs(fd, &stfs) != 0) in trymmap()
1176 if (strcmp(stfs.f_fstypename, "ufs") == 0 || in trymmap()
1177 strcmp(stfs.f_fstypename, "cd9660") == 0) in trymmap()