Lines Matching defs:eatmntopt
93 static int eatmntopt(struct mnttab *, char *);
429 flags |= eatmntopt(mnt, MNTOPT_RO) ? MS_RDONLY : 0;
430 flags |= eatmntopt(mnt, MNTOPT_REMOUNT) ? MS_REMOUNT : 0;
431 flags |= eatmntopt(mnt, MNTOPT_GLOBAL) ? MS_GLOBAL : 0;
433 if (eatmntopt(mnt, MNTOPT_NOINTR))
435 if (eatmntopt(mnt, MNTOPT_INTR))
437 if (eatmntopt(mnt, MNTOPT_SYNCDIR))
439 if (eatmntopt(mnt, MNTOPT_FORCEDIRECTIO)) {
443 if (eatmntopt(mnt, MNTOPT_NOFORCEDIRECTIO)) {
447 if (eatmntopt(mnt, MNTOPT_NOSETSEC))
449 if (eatmntopt(mnt, MNTOPT_LARGEFILES))
451 if (eatmntopt(mnt, MNTOPT_NOLARGEFILES))
454 (void) eatmntopt(mnt, MNTOPT_LOGGING);
455 if (eatmntopt(mnt, MNTOPT_NOLOGGING))
457 if (eatmntopt(mnt, MNTOPT_NOATIME))
459 if (eatmntopt(mnt, MNTOPT_DFRATIME))
461 if (eatmntopt(mnt, MNTOPT_NODFRATIME))
616 eatmntopt(struct mnttab *mnt, char *opt)