Searched refs:MNTFROM (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/diskdev_cmds-576/umount.tproj/
H A Dumount.c88 typedef enum { MNTON, MNTFROM } mntwhat; enumerator in enum:__anon8071
293 tname = getmntname(mntpt, MNTFROM, &type);
356 /* we could just try MNTON and MNTFROM on name and again (if
357 * name is not the passed in param) MNTON and MNTFROM on
361 * if the mount table has an entry with the MNTFROM that is
373 if ((name = getmntname(mntpt, MNTFROM, &type)))
380 if ((name = getmntname(mntpt, MNTFROM, &type)))
396 if ((name = getmntname(mntpt, MNTFROM, &type)))
540 if ((what == MNTFROM) && !strcmp(mntbuf[i].f_mntonname, name)) {
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_socket.c1459 if (!NM_OMATTR_GIVEN(nmp, MNTFROM))
H A Dnfs_vfsops.c3130 if (!NM_OMATTR_GIVEN(nmp, MNTFROM))
5141 strlen(vfs_statfs(nmp->nm_mountp)->f_mntfromname)); /* MNTFROM */

Completed in 200 milliseconds