Searched refs:rmopt (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 99 static void rmopt(struct mnttab *, char *); 266 rmopt(&mnt, MNTOPT_RQ); in main() 621 rmopt(mnt, opt); in eatmntopt() 629 rmopt(struct mnttab *mnt, char *opt) in rmopt() function 670 rmopt(&omnt, MNTOPT_LOGGING); in fixopts() 671 rmopt(&omnt, MNTOPT_NOLOGGING); in fixopts() 678 rmopt(mnt, "f"); in fixopts() 679 rmopt(mnt, MNTOPT_REMOUNT); in fixopts() 681 rmopt(&omnt, MNTOPT_GLOBAL); in fixopts() 682 rmopt(&omnt, MNTOPT_NOGLOBAL); in fixopts() [all …]
|