Searched refs:getfsfile (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/include/
H A Dfstab.h71 struct fstab *getfsfile(const char *);
/freebsd-10-stable/sbin/fsck_ffs/
H A Dutilities.c94 if ((fsinfo = getfsfile(origname)) == NULL) {
/freebsd-10-stable/lib/libufs/
H A Dtype.c121 } else if ((fs = getfsfile(name)) != NULL) {
/freebsd-10-stable/lib/libc/gen/
H A Dfstab.c244 getfsfile(const char *name) function
H A DSymbol.map133 getfsfile;
H A DMakefile.inc373 getfsent.3 getfsfile.3 \
/freebsd-10-stable/sbin/mount/
H A Dmount.c392 if ((fs = getfsfile(mntbuf->f_mntonname)) != NULL) {
401 fs = getfsfile("/");
418 if ((fs = getfsfile(*argv)) == NULL &&
931 else if ((fst = getfsfile(ent->f_mntonname)))
/freebsd-10-stable/sbin/fsck/
H A Dfsck.c213 if ((fs = getfsfile(spec)) == NULL &&
/freebsd-10-stable/usr.sbin/quot/
H A Dquot.c637 if ((fs = getfsfile(*argv)) != NULL)
/freebsd-10-stable/sbin/growfs/
H A Dgrowfs.c1317 fs = getfsfile(mountpoint);

Completed in 88 milliseconds