Home
last modified time | relevance | path

Searched refs:getfsfile (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sbin/mount_ufs/
HDmount.c215 if ((fs = getfsfile(mntbuf->f_mntonname)) != NULL) { in main()
224 fs = getfsfile("/"); in main()
241 if ((fs = getfsfile(*argv)) == NULL && in main()
694 else if ((fst = getfsfile(ent->f_mntonname))) in putfsent()
/dragonfly/include/
HDfstab.h76 struct fstab *getfsfile(const char *);
/dragonfly/sbin/mount/
HDmount.c242 if ((fs = getfsfile(mntbuf->f_mntonname)) != NULL) { in main()
251 fs = getfsfile("/"); in main()
268 if ((fs = getfsfile(*argv)) == NULL && in main()
737 else if ((fst = getfsfile(ent->f_mntonname))) in putfsent()
/dragonfly/sbin/fsck/
HDfsutil.c293 } else if ((fsp = getfsfile(newname)) != 0 && !retried) {
HDpreen.c307 if ((fsinfo = getfsfile(origname)) == NULL) { in blockcheck()
/dragonfly/lib/libc/gen/
HDfstab.c234 getfsfile(const char *name) in getfsfile() function
HDSymbol.map271 getfsfile;
HDMakefile.inc160 getfsent.3 getfsfile.3 \
/dragonfly/sbin/tunefs/
HDtunefs.c91 fs = getfsfile(special); in main()
/dragonfly/sbin/dumpfs/
HDdumpfs.c92 if ((fs = getfsfile(*argv)) == NULL) in main()
/dragonfly/usr.sbin/quot/
HDquot.c584 if ((fs = getfsfile(*argv)) != NULL) in main()