Symbol: MS_OPTIONSTR
usr/src/cmd/boot/installboot/i386/installboot.c
191
ret = mount(blkdev, path, MS_OPTIONSTR,
usr/src/cmd/fs.d/autofs/autod_autofs.c
172
mntflags | MS_DATA | MS_OPTIONSTR;
usr/src/cmd/fs.d/autofs/autod_nfs.c
3497
if (mount(fsname, dir, flags | MS_DATA | MS_OPTIONSTR, fstype,
usr/src/cmd/fs.d/autofs/autod_nfs.c
754
flags = MS_OPTIONSTR;
usr/src/cmd/fs.d/autofs/automount.c
312
mntflgs = MS_OPTIONSTR | (dir->dir_remount ? MS_REMOUNT : 0);
usr/src/cmd/fs.d/autofs/mount.c
152
error = mount(fni.map, mntpnt, mntflags | MS_DATA | MS_OPTIONSTR,
usr/src/cmd/fs.d/bootfs/mount.c
127
if (mount(special, mountp, flags | MS_OPTIONSTR, MNTTYPE_BOOTFS, NULL,
usr/src/cmd/fs.d/ctfs/mount.c
143
if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
usr/src/cmd/fs.d/fd/mount.c
205
if (mount(special, mountp, rflag | MS_OPTIONSTR,
usr/src/cmd/fs.d/hsfs/mount/mount.c
222
if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
usr/src/cmd/fs.d/lofs/mount/mount.c
129
if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
usr/src/cmd/fs.d/mntfs/mount.c
198
if (mount(special, mountp, rflag | MS_OPTIONSTR, fstype, NULL, 0,
usr/src/cmd/fs.d/nfs/mount/mount.c
761
mntflags |= MS_DATA | MS_OPTIONSTR;
usr/src/cmd/fs.d/objfs/mount.c
143
if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
usr/src/cmd/fs.d/pcfs/mount/mount.c
88
int mflg = MS_OPTIONSTR; /* we always pass mount options */
usr/src/cmd/fs.d/proc/mount.c
206
if (mount(special, mountp, rflag | MS_OPTIONSTR, fstype, NULL, 0,
usr/src/cmd/fs.d/sharefs/mount.c
143
if (mount(special, mountp, flags | MS_OPTIONSTR, fstype, NULL, 0,
usr/src/cmd/fs.d/smbclnt/fksmbcl/fksmbcl_main.c
362
ma.flags = MS_DATA | MS_OPTIONSTR | MS_NOSPLICE | MS_NOSUID;
usr/src/cmd/fs.d/smbclnt/mount/mount.c
146
static int mntflags = MS_DATA | MS_OPTIONSTR;
usr/src/cmd/fs.d/tmpfs/mount.c
154
mflg |= MS_OPTIONSTR;
usr/src/cmd/fs.d/udfs/mount/mount.c
208
if (mount(special, mountp, flag | MS_DATA | MS_OPTIONSTR,
usr/src/cmd/fs.d/ufs/mount/mount.c
419
int flags = MS_OPTIONSTR;
usr/src/cmd/fs.d/ufs/mount/mount.c
521
flags |= MS_DATA | MS_OPTIONSTR;
usr/src/cmd/fs.d/ufs/roll_log/roll_log.c
406
optflg | MS_DATA | MS_OPTIONSTR,
usr/src/cmd/halt/halt.c
683
if (mount(arg, mountpoint, MS_DATA|MS_OPTIONSTR,
usr/src/cmd/halt/halt.c
714
if (mount(zfs_get_name(zhp), mountpoint, MS_DATA|MS_OPTIONSTR|MS_RDONLY,
usr/src/cmd/truss/codes.c
2520
MS_NOTRUNC|MS_OVERLAY|MS_OPTIONSTR|MS_GLOBAL|MS_FORCE|MS_NOMNTTAB)
usr/src/cmd/truss/codes.c
2546
if (arg & MS_OPTIONSTR)
usr/src/cmd/zfs/zfs_main.c
7197
if (mount(dataset, path, MS_OPTIONSTR | flags, MNTTYPE_ZFS,
usr/src/cmd/zoneadm/zfs.c
1583
flags = MS_OPTIONSTR;
usr/src/cmd/zoneadmd/zoneadmd.c
717
mflag = MS_OPTIONSTR;
usr/src/lib/brand/solaris10/s10_replacefile/s10_replacefile.c
117
if (mount(argv[4], argv[1], MS_OVERLAY | MS_OPTIONSTR,
usr/src/lib/libbe/common/be_mount.c
1630
int mflag = MS_OPTIONSTR;
usr/src/lib/libbe/common/be_mount.c
1711
int mflag = MS_OPTIONSTR;
usr/src/lib/libbe/common/be_mount.c
2751
if (mount(zfs_get_name(zhp), real_mountpoint, MS_OPTIONSTR | flags,
usr/src/lib/libgrubmgmt/common/libgrub_fs.c
585
MS_DATA | MS_OPTIONSTR | MS_RDONLY,
usr/src/lib/libzfs/common/libzfs_mount.c
424
if (mount(zfs_get_name(zhp), mountpoint, MS_OPTIONSTR | flags,
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
587
if (uap->flags & MS_OPTIONSTR) {
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
646
if ((uap->flags & (MS_DATA | MS_OPTIONSTR)) == 0) {
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
784
if (uap->flags & MS_OPTIONSTR) {
usr/src/uts/common/fs/autofs/auto_subr.c
1200
m->flags |= MS_SYSSPACE | MS_OPTIONSTR;
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1919
uap->flags |= MS_OPTIONSTR;
usr/src/uts/common/fs/vfs.c
1175
} else if (uap->flags & (MS_OPTIONSTR | MS_DATA | MS_FSS)) {
usr/src/uts/common/fs/vfs.c
1230
if (uap->flags & MS_OPTIONSTR) {
usr/src/uts/common/fs/vfs.c
1417
if ((uap->flags & (MS_DATA | MS_OPTIONSTR)) == 0) {
usr/src/uts/common/fs/vfs.c
1585
if (uap->flags & MS_OPTIONSTR) {
usr/src/uts/common/fs/vfs.c
1744
if (uap->flags & MS_OPTIONSTR) {
usr/src/uts/common/sys/mount.h
72
MS_OPTIONSTR|MS_GLOBAL|MS_NOMNTTAB)