Home
last modified time | relevance | path

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

/freebsd/sbin/umount/
H A Dumount.c71 struct statfs *getmntentry(const char *fromname, const char *onname,
301 if (sfs == NULL || (getmntentry(NULL, mntname, NULL, FIND) != NULL && in checkname()
302 getmntentry(NULL, mntname, NULL, CHECKUNIQUE) == NULL)) { in checkname()
384 if (getmntentry(sfs->f_mntfromname, NULL, NULL, in umountfs()
431 getmntentry(NULL, NULL, &sfs->f_fsid, REMOVE); in umountfs()
486 getmntentry(const char *fromname, const char *onname, fsid_t *fsid, dowhat what) in getmntentry() function
600 sfs = getmntentry(NULL, NULL, &fsid, FIND); in checkmntlist()
602 sfs = getmntentry(NULL, mntname, NULL, FIND); in checkmntlist()
604 sfs = getmntentry(mntname, NULL, NULL, FIND); in checkmntlist()