Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c662 struct mnttab omnt; in fixopts() local
664 omnt.mnt_mntopts = opts; in fixopts()
670 rmopt(&omnt, MNTOPT_LOGGING); in fixopts()
671 rmopt(&omnt, MNTOPT_NOLOGGING); in fixopts()
681 rmopt(&omnt, MNTOPT_GLOBAL); in fixopts()
682 rmopt(&omnt, MNTOPT_NOGLOBAL); in fixopts()
683 rmopt(&omnt, MNTOPT_QUOTA); in fixopts()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.c484 struct mnttab *omnt; in do_unmounts() local
497 omnt = (struct mnttab *)mnt; in do_unmounts()
509 if (hasmntopt(omnt, "nest") != NULL) in do_unmounts()