Searched refs:eatmntopt (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 93 static int eatmntopt(struct mnttab *, char *); 429 flags |= eatmntopt(mnt, MNTOPT_RO) ? MS_RDONLY : 0; in mountfs() 430 flags |= eatmntopt(mnt, MNTOPT_REMOUNT) ? MS_REMOUNT : 0; in mountfs() 431 flags |= eatmntopt(mnt, MNTOPT_GLOBAL) ? MS_GLOBAL : 0; in mountfs() 433 if (eatmntopt(mnt, MNTOPT_NOINTR)) in mountfs() 435 if (eatmntopt(mnt, MNTOPT_INTR)) in mountfs() 437 if (eatmntopt(mnt, MNTOPT_SYNCDIR)) in mountfs() 439 if (eatmntopt(mnt, MNTOPT_FORCEDIRECTIO)) { in mountfs() 443 if (eatmntopt(mnt, MNTOPT_NOFORCEDIRECTIO)) { in mountfs() 447 if (eatmntopt(mnt, MNTOPT_NOSETSEC)) in mountfs() [all …]
|