Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dfstab.c56 } else if (hasmntopt(mnt, MNTOPT_RO)) { in fstabscan()
58 } else if (hasmntopt(mnt, MNTOPT_QUOTA)) { in fstabscan()
H A Dmntent.c202 hasmntopt(struct mntent *mnt, char *opt) in hasmntopt() function
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c368 if (hasmntopt(&m, MNTOPT_RO) != NULL)
514 if (hasmntopt(&m, MNTOPT_PUBLIC))
633 if (hasmntopt(&mtopt, (char *)restropts[i]) != NULL && in inherit_options()
634 hasmntopt(&mtmap, (char *)restropts[i]) == NULL) { in inherit_options()
652 return (hasmntopt(&mt, MNTOPT_RESTRICT) != NULL); in hasrestrictopt()
H A Dautod_nfs.c705 if (replicated && hasmntopt(&m, MNTOPT_SOFT)) { in nfsmount()
711 if (replicated && !hasmntopt(&m, MNTOPT_RO)) { in nfsmount()
772 flags |= (hasmntopt(&m, MNTOPT_RO) == NULL) ? 0 : MS_RDONLY; in nfsmount()
773 flags |= (hasmntopt(&m, MNTOPT_NOSUID) == NULL) ? 0 : MS_NOSUID; in nfsmount()
779 use_pubfh = (hasmntopt(&m, MNTOPT_PUBLIC) == NULL) ? FALSE : TRUE; in nfsmount()
782 if (hasmntopt(&m, MNTOPT_SECURE) != NULL) { in nfsmount()
796 if (hasmntopt(&m, MNTOPT_SEC) != NULL) { in nfsmount()
1426 if (hasmntopt(&m, MNTOPT_SECURE) != NULL) { in nfsmount()
1460 if (hasmntopt(&m, MNTOPT_SEC) != NULL) { in nfsmount()
1506 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()
/titanic_41/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c92 char *mntopt(), *hasvfsopt(), *hasmntopt();
238 !hasmntopt(&mntp, MNTOPT_RO) && in main()
308 !hasmntopt(&mntp, MNTOPT_RO)) { in preen()
337 hasmntopt(&mntp, MNTOPT_RO) || in preen()
726 hasmntopt(&mntp, MNTOPT_RO)) in quotactl()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dmntent.h99 char *hasmntopt();
/titanic_41/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c83 extern char *hasmntopt();
211 !hasmntopt(&mntp, MNTOPT_RO) && in main()
458 hasmntopt(&mntp, MNTOPT_RO)) in quotactl()
/titanic_41/usr/src/uts/common/sys/
H A Dmnttab.h92 extern char *hasmntopt(struct mnttab *, char *);
/titanic_41/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c74 char *mntopt(), *hasvfsopt(), *hasmntopt();
227 !hasmntopt(&mntp, MNTOPT_RO) && in main()
/titanic_41/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c127 if (hasmntopt(&m, "m")) in main()
/titanic_41/usr/src/cmd/backup/dump/
H A Dpartial.c100 str = hasmntopt(mnt, MNTINFO_DEV);
/titanic_41/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c121 if (hasmntopt(&mountTable[i], MNTOPT_RO) != NULL) { in findPathRWStatus()
/titanic_41/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c435 !(hasmntopt(&mntp, MNTOPT_RQ) ||
436 hasmntopt(&mntp, MNTOPT_QUOTA)))
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetmntent.c307 hasmntopt(struct mnttab *mnt, char *opt) in hasmntopt() function
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c808 return (hasmntopt(&mtab, opt)); in hasvfsopt()
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_subr.c340 cp = hasmntopt(&minfo, "cachedir="); in subr_cache_setup()
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c536 if (hasmntopt(&mnt, MNTOPT_RO) != 0) in mounted()
/titanic_41/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c290 opt_found = hasmntopt(&mnttab_entry, mntopt); in fs_get_mounts_by_mntopt()
/titanic_41/usr/src/lib/c_synonyms/
H A Dsyn_common414 hasmntopt
/titanic_41/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c854 ((cmd != Q_ALLSYNC) && hasmntopt(&mntp, MNTOPT_RO))) in quotactl()
/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c738 if (hasmntopt(mt, MNTOPT_RO) == NULL) { in construct_mt()
/titanic_41/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd.h79 #define FS_READONLY(fs) (hasmntopt(fs, "ro") ? 1 : 0)
/titanic_41/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c290 if ((mntopt = hasmntopt(&mnt, MNTOPT_ZONE)) && in showquotas()

12