Symbol: MNTOPT_NOSUID
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/ns_fnmount.c
701
return (strdup(MNTOPT_NOSUID));
usr/src/cmd/fs.d/autofs/ns_fnmount.c
705
start = strstr(opts, MNTOPT_NOSUID);
usr/src/cmd/fs.d/autofs/ns_fnmount.c
706
len = sizeof (MNTOPT_NOSUID) - 1; /* "-1" for trailing '\0' */
usr/src/cmd/fs.d/autofs/ns_fnmount.c
716
return (concat(opts, ',', MNTOPT_NOSUID));
usr/src/cmd/fs.d/fslib.c
530
MNTOPT_SUID, MNTOPT_NOSUID,
usr/src/cmd/fs.d/mount.c
108
MNTOPT_NOSUID,
usr/src/cmd/fs.d/nfs/mount/mount.c
868
MNTOPT_NOSUID,
usr/src/cmd/fs.d/smbclnt/mount/mount.c
86
MNTOPT_NOSUID,
usr/src/cmd/fs.d/ufs/roll_log/roll_log.c
404
optstr, MNTOPT_NOSUID, MNTOPT_LARGEFILES);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
136
static char *suid_cancel[] = { MNTOPT_NOSUID, NULL };
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
160
{ MNTOPT_NOSUID, nosuid_cancel, NULL, 0,
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
616
vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
635
if (vfs_optionisset_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL)) {
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
665
vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
715
vfs_setmntopt(vfsp, MNTOPT_NOSUID, NULL, 0);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
753
if (vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL)) {
usr/src/uts/common/fs/lofs/lofs_vfsops.c
323
if (vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL)) {
usr/src/uts/common/fs/nfs/nfs_dlinet.c
2368
MNTOPT_NOSUID,
usr/src/uts/common/fs/udfs/udf_vfsops.c
281
vfs_setmntopt(vfsp, MNTOPT_NOSUID, NULL, 0);
usr/src/uts/common/fs/vfs.c
1259
vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0);
usr/src/uts/common/fs/vfs.c
1280
if (vfs_optionisset_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL)) {
usr/src/uts/common/fs/vfs.c
1489
vfs_setmntopt_nolock(&mnt_mntopts, MNTOPT_NOSUID, NULL, 0, 0);
usr/src/uts/common/fs/vfs.c
1652
vfs_setmntopt(vfsp, MNTOPT_NOSUID, NULL, 0);
usr/src/uts/common/fs/vfs.c
170
static char *suid_cancel[] = { MNTOPT_NOSUID, NULL };
usr/src/uts/common/fs/vfs.c
1713
if (vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL)) {
usr/src/uts/common/fs/vfs.c
194
{ MNTOPT_NOSUID, nosuid_cancel, NULL, 0,
usr/src/uts/common/fs/zfs/zfs_vfsops.c
470
if (vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL)) {
usr/src/uts/common/os/policy.c
768
if (!vfs_optionisset(vfsp, MNTOPT_NOSUID, NULL) &&
usr/src/uts/common/os/policy.c
772
vfs_setmntopt(vfsp, MNTOPT_NOSUID, NULL, 0);
usr/src/uts/common/sys/fs/autofs.h
359
MNTOPT_RESTRICT, MNTOPT_NOSUID, MNTOPT_NOSETUID, MNTOPT_NODEVICES