Symbol: hasmntopt
usr/src/cmd/backup/dump/partial.c
87
str = hasmntopt(mnt, MNTINFO_DEV);
usr/src/cmd/fs.d/autofs/auto_subr.c
477
if (str = hasmntopt(mnt, opt)) {
usr/src/cmd/fs.d/autofs/autod_mount.c
366
if (hasmntopt(&m, MNTOPT_RO) != NULL)
usr/src/cmd/fs.d/autofs/autod_mount.c
512
if (hasmntopt(&m, MNTOPT_PUBLIC))
usr/src/cmd/fs.d/autofs/autod_mount.c
631
if (hasmntopt(&mtopt, (char *)restropts[i]) != NULL &&
usr/src/cmd/fs.d/autofs/autod_mount.c
632
hasmntopt(&mtmap, (char *)restropts[i]) == NULL) {
usr/src/cmd/fs.d/autofs/autod_mount.c
650
return (hasmntopt(&mt, MNTOPT_RESTRICT) != NULL);
usr/src/cmd/fs.d/autofs/autod_nfs.c
1365
if (hasmntopt(&m, MNTOPT_SECURE) != NULL) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
1399
if (hasmntopt(&m, MNTOPT_SEC) != NULL) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
1445
hasmntopt(&m, MNTOPT_POSIX) != NULL) ? 1 : 0;
usr/src/cmd/fs.d/autofs/autod_nfs.c
1902
if (hasmntopt(&m, MNTOPT_SOFT) != NULL) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
1905
if (hasmntopt(&m, MNTOPT_NOINTR) != NULL) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
1908
if (hasmntopt(&m, MNTOPT_NOAC) != NULL) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
1911
if (hasmntopt(&m, MNTOPT_NOCTO) != NULL) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
1914
if (hasmntopt(&m, MNTOPT_FORCEDIRECTIO) != NULL) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
1917
if (hasmntopt(&m, MNTOPT_NOFORCEDIRECTIO) != NULL) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
2094
if (hasmntopt(&m, MNTOPT_GRPID) != NULL) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
2191
if (hasmntopt(&m, MNTOPT_LLOCK))
usr/src/cmd/fs.d/autofs/autod_nfs.c
2303
if (!hasmntopt(&m, MNTOPT_NOXATTR) && !hasmntopt(&m, MNTOPT_XATTR)) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
3477
if (hasmntopt(&mnt, MNTOPT_RO) != NULL)
usr/src/cmd/fs.d/autofs/autod_nfs.c
3542
if (str = hasmntopt(mnt, opt)) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
3592
if (hasmntopt(mnt, MNTOPT_PUBLIC) != NULL) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
695
if (replicated && hasmntopt(&m, MNTOPT_SOFT)) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
701
if (replicated && !hasmntopt(&m, MNTOPT_RO)) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
755
flags |= (hasmntopt(&m, MNTOPT_RO) == NULL) ? 0 : MS_RDONLY;
usr/src/cmd/fs.d/autofs/autod_nfs.c
756
flags |= (hasmntopt(&m, MNTOPT_NOSUID) == NULL) ? 0 : MS_NOSUID;
usr/src/cmd/fs.d/autofs/autod_nfs.c
762
use_pubfh = (hasmntopt(&m, MNTOPT_PUBLIC) == NULL) ? FALSE : TRUE;
usr/src/cmd/fs.d/autofs/autod_nfs.c
765
if (hasmntopt(&m, MNTOPT_SECURE) != NULL) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
779
if (hasmntopt(&m, MNTOPT_SEC) != NULL) {
usr/src/cmd/fs.d/autofs/automount.c
264
if (hasmntopt(omntp, "direct") != NULL) {
usr/src/cmd/fs.d/autofs/automount.c
267
if (hasmntopt(omntp, "direct") == NULL) {
usr/src/cmd/fs.d/autofs/automount.c
509
if (hasmntopt(omnt, "nest") != NULL)
usr/src/cmd/fs.d/df.c
550
mtep->mte_ignore = (hasmntopt((struct mnttab *)&mtab,
usr/src/cmd/fs.d/nfs/rquotad/rpc.rquotad.c
431
!(hasmntopt(&mntp, MNTOPT_RQ) ||
usr/src/cmd/fs.d/nfs/rquotad/rpc.rquotad.c
432
hasmntopt(&mntp, MNTOPT_QUOTA)))
usr/src/cmd/fs.d/udfs/fsck/utilities.c
537
if (hasmntopt(&mnt, MNTOPT_RO) != 0)
usr/src/cmd/fs.d/udfs/mount/mount.c
125
if (hasmntopt(&m, "m"))
usr/src/cmd/fs.d/ufs/edquota/edquota.c
853
((cmd != Q_ALLSYNC) && hasmntopt(&mntp, MNTOPT_RO)))
usr/src/cmd/fs.d/ufs/fsck/main.c
838
return (hasmntopt(&mtab, opt));
usr/src/cmd/fs.d/ufs/fsck/utilities.c
1070
if (hasmntopt(mntent, MNTOPT_RO) != 0)
usr/src/cmd/fs.d/ufs/quota/quota.c
290
if ((mntopt = hasmntopt(&mnt, MNTOPT_ZONE)) &&
usr/src/cmd/fs.d/ufs/quotacheck/quotacheck.c
236
!hasmntopt(&mntp, MNTOPT_RO) &&
usr/src/cmd/fs.d/ufs/quotacheck/quotacheck.c
306
!hasmntopt(&mntp, MNTOPT_RO)) {
usr/src/cmd/fs.d/ufs/quotacheck/quotacheck.c
335
hasmntopt(&mntp, MNTOPT_RO) ||
usr/src/cmd/fs.d/ufs/quotacheck/quotacheck.c
724
hasmntopt(&mntp, MNTOPT_RO))
usr/src/cmd/fs.d/ufs/quotacheck/quotacheck.c
90
char *mntopt(), *hasvfsopt(), *hasmntopt();
usr/src/cmd/fs.d/ufs/quotaon/quotaon.c
225
!hasmntopt(&mntp, MNTOPT_RO) &&
usr/src/cmd/fs.d/ufs/quotaon/quotaon.c
72
char *mntopt(), *hasvfsopt(), *hasmntopt();
usr/src/cmd/fs.d/ufs/repquota/repquota.c
209
!hasmntopt(&mntp, MNTOPT_RO) &&
usr/src/cmd/fs.d/ufs/repquota/repquota.c
456
hasmntopt(&mntp, MNTOPT_RO))
usr/src/cmd/fs.d/ufs/repquota/repquota.c
81
extern char *hasmntopt();
usr/src/cmd/hal/hald/solaris/devinfo_storage.c
1496
hasmntopt ((struct mnttab *)&m, "ro") ? TRUE : FALSE);
usr/src/cmd/ndmpd/ndmp/ndmpd.h
79
#define FS_READONLY(fs) (hasmntopt(fs, "ro") ? 1 : 0)
usr/src/cmd/rcm_daemon/common/filesys_rcm.c
755
(hasmntopt(&mt, OPT_IGNORE) != NULL))
usr/src/cmd/svr4pkg/libinst/mntinfo.c
734
if (hasmntopt(mt, MNTOPT_RO) == NULL) {
usr/src/cmd/zfs/zfs_main.c
6412
if (!hasmntopt(&mnt, MNTOPT_REMOUNT) &&
usr/src/lib/libfsmgt/common/fs_mounts.c
288
opt_found = hasmntopt(&mnttab_entry, mntopt);
usr/src/lib/libinstzones/common/zones_lofs.c
121
if (hasmntopt(&mountTable[i], MNTOPT_RO) != NULL) {
usr/src/lib/libzfs/common/libzfs_dataset.c
2266
if (hasmntopt(&mnt, mntopt_on) && !*val) {
usr/src/lib/libzfs/common/libzfs_dataset.c
2270
} else if (hasmntopt(&mnt, mntopt_off) && *val) {
usr/src/uts/common/sys/mnttab.h
92
extern char *hasmntopt(const struct mnttab *, const char *);