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

12

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dmntent.h99 char *hasmntopt();
/illumos-gate/usr/src/uts/common/sys/
H A Dmnttab.h57 * fields are encountered. This allows hasmntopt(), getmntent_common() and
92 extern char *hasmntopt(struct mnttab *, char *);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dfstab.c56 } else if (hasmntopt(mnt, MNTOPT_RO)) {
58 } else if (hasmntopt(mnt, MNTOPT_QUOTA)) {
H A Dmntent.c202 hasmntopt(struct mntent *mnt, char *opt) function
/illumos-gate/usr/src/cmd/backup/dump/
H A Dpartial.c100 str = hasmntopt(mnt, MNTINFO_DEV);
/illumos-gate/usr/src/cmd/fs.d/ufs/quotaon/
H A Dquotaon.c74 char *mntopt(), *hasvfsopt(), *hasmntopt();
227 !hasmntopt(&mntp, MNTOPT_RO) &&
/illumos-gate/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 &&
634 hasmntopt(&mtmap, (char *)restropts[i]) == NULL) {
652 return (hasmntopt(&mt, MNTOPT_RESTRICT) != NULL);
H A Dautomount.c264 if (hasmntopt(omntp, "direct") != NULL) {
267 if (hasmntopt(omntp, "direct") == NULL) {
509 if (hasmntopt(omnt, "nest") != NULL)
H A Dautod_nfs.c701 if (replicated && hasmntopt(&m, MNTOPT_SOFT)) {
707 if (replicated && !hasmntopt(&m, MNTOPT_RO)) {
761 flags |= (hasmntopt(&m, MNTOPT_RO) == NULL) ? 0 : MS_RDONLY;
762 flags |= (hasmntopt(&m, MNTOPT_NOSUID) == NULL) ? 0 : MS_NOSUID;
768 use_pubfh = (hasmntopt(&m, MNTOPT_PUBLIC) == NULL) ? FALSE : TRUE;
771 if (hasmntopt(&m, MNTOPT_SECURE) != NULL) {
785 if (hasmntopt(&m, MNTOPT_SEC) != NULL) {
1371 if (hasmntopt(&m, MNTOPT_SECURE) != NULL) {
1405 if (hasmntopt(&m, MNTOPT_SEC) != NULL) {
1451 hasmntopt(
[all...]
H A Dauto_subr.c477 if (str = hasmntopt(mnt, opt)) {
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c92 char *mntopt(), *hasvfsopt(), *hasmntopt();
238 !hasmntopt(&mntp, MNTOPT_RO) &&
308 !hasmntopt(&mntp, MNTOPT_RO)) {
337 hasmntopt(&mntp, MNTOPT_RO) ||
726 hasmntopt(&mntp, MNTOPT_RO))
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c83 extern char *hasmntopt();
211 !hasmntopt(&mntp, MNTOPT_RO) &&
458 hasmntopt(&mntp, MNTOPT_RO))
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c121 if (hasmntopt(&mountTable[i], MNTOPT_RO) != NULL) {
/illumos-gate/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c127 if (hasmntopt(&m, "m"))
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c432 !(hasmntopt(&mntp, MNTOPT_RQ) ||
433 hasmntopt(&mntp, MNTOPT_QUOTA)))
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetmntent.c307 hasmntopt(struct mnttab *mnt, char *opt) function
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dutilities.c536 if (hasmntopt(&mnt, MNTOPT_RO) != 0)
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c808 return (hasmntopt(&mtab, opt));
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mounts.c290 opt_found = hasmntopt(&mnttab_entry, mntopt);
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c854 ((cmd != Q_ALLSYNC) && hasmntopt(&mntp, MNTOPT_RO)))
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c287 * following format from hasmntopt():
290 if ((mntopt = hasmntopt(&mnt, MNTOPT_ZONE)) &&
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c734 if (hasmntopt(mt, MNTOPT_RO) == NULL) {
/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/rcm_daemon/common/
H A Dfilesys_rcm.c757 (hasmntopt(&mt, OPT_IGNORE) != NULL))
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c544 mtep->mte_ignore = (hasmntopt((struct mnttab *)&mtab,

Completed in 109 milliseconds

12