sbin/umount/umount.c
301
if (sfs == NULL || (getmntentry(NULL, mntname, NULL, FIND) != NULL &&
sbin/umount/umount.c
302
getmntentry(NULL, mntname, NULL, CHECKUNIQUE) == NULL)) {
sbin/umount/umount.c
384
if (getmntentry(sfs->f_mntfromname, NULL, NULL,
sbin/umount/umount.c
431
getmntentry(NULL, NULL, &sfs->f_fsid, REMOVE);
sbin/umount/umount.c
600
sfs = getmntentry(NULL, NULL, &fsid, FIND);
sbin/umount/umount.c
602
sfs = getmntentry(NULL, mntname, NULL, FIND);
sbin/umount/umount.c
604
sfs = getmntentry(mntname, NULL, NULL, FIND);
sbin/umount/umount.c
71
struct statfs *getmntentry(const char *fromname, const char *onname,