Home
last modified time | relevance | path

Searched refs:hasmntopt (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c366 if (hasmntopt(&m, MNTOPT_RO) != NULL)
512 if (hasmntopt(&m, MNTOPT_PUBLIC))
631 if (hasmntopt(&mtopt, (char *)restropts[i]) != NULL && in inherit_options()
632 hasmntopt(&mtmap, (char *)restropts[i]) == NULL) { in inherit_options()
650 return (hasmntopt(&mt, MNTOPT_RESTRICT) != NULL); in hasrestrictopt()
H A Dautod_nfs.c696 if (replicated && hasmntopt(&m, MNTOPT_SOFT)) { in nfsmount()
702 if (replicated && !hasmntopt(&m, MNTOPT_RO)) { in nfsmount()
756 flags |= (hasmntopt(&m, MNTOPT_RO) == NULL) ? 0 : MS_RDONLY; in nfsmount()
757 flags |= (hasmntopt(&m, MNTOPT_NOSUID) == NULL) ? 0 : MS_NOSUID; in nfsmount()
763 use_pubfh = (hasmntopt(&m, MNTOPT_PUBLIC) == NULL) ? FALSE : TRUE; in nfsmount()
766 if (hasmntopt(&m, MNTOPT_SECURE) != NULL) { in nfsmount()
780 if (hasmntopt(&m, MNTOPT_SEC) != NULL) { in nfsmount()
1366 if (hasmntopt(&m, MNTOPT_SECURE) != NULL) { in nfsmount()
1400 if (hasmntopt(&m, MNTOPT_SEC) != NULL) { in nfsmount()
1446 hasmntopt(&m, MNTOPT_POSIX) != NULL) ? 1 : 0; in nfsmount()
[all …]
H A Dautomount.c264 if (hasmntopt(omntp, "direct") != NULL) { in main()
267 if (hasmntopt(omntp, "direct") == NULL) { in main()
509 if (hasmntopt(omnt, "nest") != NULL) in do_unmounts()
H A Dauto_subr.c477 if (str = hasmntopt(mnt, opt)) { in str_opt()
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c90 char *mntopt(), *hasvfsopt(), *hasmntopt();
236 !hasmntopt(&mntp, MNTOPT_RO) && in main()
306 !hasmntopt(&mntp, MNTOPT_RO)) { in preen()
335 hasmntopt(&mntp, MNTOPT_RO) || in preen()
724 hasmntopt(&mntp, MNTOPT_RO)) in quotactl()
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c81 extern char *hasmntopt();
209 !hasmntopt(&mntp, MNTOPT_RO) && in main()
456 hasmntopt(&mntp, MNTOPT_RO)) in quotactl()
/illumos-gate/usr/src/uts/common/sys/
H A Dmnttab.h92 extern char *hasmntopt(struct mnttab *, char *);
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c72 char *mntopt(), *hasvfsopt(), *hasmntopt();
225 !hasmntopt(&mntp, MNTOPT_RO) && in main()
/illumos-gate/usr/src/cmd/backup/dump/
H A Dpartial.c87 str = hasmntopt(mnt, MNTINFO_DEV); in devfromopts()
/illumos-gate/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c125 if (hasmntopt(&m, "m")) in main()
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c121 if (hasmntopt(&mountTable[i], MNTOPT_RO) != NULL) { in findPathRWStatus()
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c431 !(hasmntopt(&mntp, MNTOPT_RQ) || in quotactl()
432 hasmntopt(&mntp, MNTOPT_QUOTA))) in quotactl()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetmntent.c306 hasmntopt(struct mnttab *mnt, char *opt) in hasmntopt() function
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c843 return (hasmntopt(&mtab, opt)); in hasvfsopt()
H A Dutilities.c1070 if (hasmntopt(mntent, MNTOPT_RO) != 0) in mounted()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c537 if (hasmntopt(&mnt, MNTOPT_RO) != 0) in mounted()
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c288 opt_found = hasmntopt(&mnttab_entry, mntopt); in fs_get_mounts_by_mntopt()
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c853 ((cmd != Q_ALLSYNC) && hasmntopt(&mntp, MNTOPT_RO))) in quotactl()
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common414 hasmntopt
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c290 if ((mntopt = hasmntopt(&mnt, MNTOPT_ZONE)) && in showquotas()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd.h79 #define FS_READONLY(fs) (hasmntopt(fs, "ro") ? 1 : 0)
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c734 if (hasmntopt(mt, MNTOPT_RO) == NULL) { in construct_mt()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c755 (hasmntopt(&mt, OPT_IGNORE) != NULL)) in cache_create()
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c550 mtep->mte_ignore = (hasmntopt((struct mnttab *)&mtab, in mtab_read_file()
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c1496 hasmntopt ((struct mnttab *)&m, "ro") ? TRUE : FALSE); in devinfo_storage_mnttab_event()

12