Symbol: MS_OVERLAY
usr/src/cmd/fs.d/autofs/autod_nfs.c
3483
flags |= MS_OVERLAY;
usr/src/cmd/fs.d/autofs/autod_nfs.c
757
flags |= overlay ? MS_OVERLAY : 0;
usr/src/cmd/fs.d/autofs/autod_nfs.c
760
flags |= MS_OVERLAY;
usr/src/cmd/fs.d/bootfs/mount.c
97
flags |= MS_OVERLAY;
usr/src/cmd/fs.d/ctfs/mount.c
113
flags |= MS_OVERLAY;
usr/src/cmd/fs.d/dev/mount.c
92
flags |= MS_OVERLAY;
usr/src/cmd/fs.d/fd/mount.c
94
flags |= MS_OVERLAY;
usr/src/cmd/fs.d/hsfs/mount/mount.c
181
flags |= Oflg ? MS_OVERLAY : 0;
usr/src/cmd/fs.d/lofs/mount/mount.c
100
flags |= MS_OVERLAY;
usr/src/cmd/fs.d/mntfs/mount.c
197
rflag |= Oflg ? MS_OVERLAY : 0;
usr/src/cmd/fs.d/nfs/mount/mount.c
425
mntflags |= MS_OVERLAY;
usr/src/cmd/fs.d/objfs/mount.c
113
flags |= MS_OVERLAY;
usr/src/cmd/fs.d/pcfs/mount/mount.c
150
mflg |= MS_OVERLAY;
usr/src/cmd/fs.d/proc/mount.c
203
rflag |= MS_OVERLAY;
usr/src/cmd/fs.d/sharefs/mount.c
113
flags |= MS_OVERLAY;
usr/src/cmd/fs.d/smbclnt/mount/mount.c
297
mntflags |= MS_OVERLAY;
usr/src/cmd/fs.d/tmpfs/mount.c
116
mflg |= MS_OVERLAY;
usr/src/cmd/fs.d/tmpfs/mount.c
175
if (errno == EBUSY && !(mflg & MS_OVERLAY)) {
usr/src/cmd/fs.d/udfs/mount/mount.c
129
flags |= (Oflag ? MS_OVERLAY : 0);
usr/src/cmd/fs.d/ufs/mount/mount.c
428
flags |= Oflg ? MS_OVERLAY : 0;
usr/src/cmd/fs.d/ufs/mount/mount.c
554
if (errno == EBUSY && !(flags & MS_OVERLAY)) {
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
2544
if (arg & MS_OVERLAY)
usr/src/cmd/zfs/zfs_main.c
6538
flags |= MS_OVERLAY;
usr/src/cmd/zfs/zfs_main.c
7148
flags |= MS_OVERLAY;
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
631
if (mount(zfs_get_name(zhp), md->altroot, MS_OVERLAY, MNTTYPE_ZFS,
usr/src/lib/libzfs/common/libzfs_mount.c
414
if ((flags & MS_OVERLAY) == 0 &&
usr/src/uts/common/fs/bootfs/bootfs_vfsops.c
82
if ((uap->flags & MS_OVERLAY) == 0 &&
usr/src/uts/common/fs/ctfs/ctfs_root.c
230
if ((uap->flags & MS_OVERLAY) == 0 &&
usr/src/uts/common/fs/dev/sdev_vfsops.c
223
if ((uap->flags & MS_OVERLAY) == 0 &&
usr/src/uts/common/fs/fd/fdops.c
378
if ((uap->flags & MS_OVERLAY) == 0 &&
usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
315
if ((uap->flags & MS_OVERLAY) == 0 && vnode_busy) {
usr/src/uts/common/fs/lofs/lofs_vfsops.c
178
if (!(uap->flags & MS_OVERLAY) &&
usr/src/uts/common/fs/mntfs/mntvfsops.c
208
if ((uap->flags & MS_OVERLAY) == 0 &&
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
584
if (!(uap->flags & MS_OVERLAY) &&
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
783
ASSERT(!(uap->flags & MS_OVERLAY));
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
793
if (!(uap->flags & MS_OVERLAY) &&
usr/src/uts/common/fs/nfs/nfs_vfsops.c
610
if (!(uap->flags & MS_OVERLAY) &&
usr/src/uts/common/fs/objfs/objfs_vfs.c
169
if ((uap->flags & MS_OVERLAY) == 0 &&
usr/src/uts/common/fs/pcfs/pc_vfsops.c
654
(uap->flags & MS_OVERLAY) == 0 &&
usr/src/uts/common/fs/proc/prvfsops.c
220
if ((uap->flags & MS_OVERLAY) == 0 &&
usr/src/uts/common/fs/sharefs/sharefs_vfsops.c
195
if ((uap->flags & MS_OVERLAY) == 0 &&
usr/src/uts/common/fs/smbclnt/smbfs/smbfs_vfsops.c
464
if (!(uap->flags & MS_OVERLAY) &&
usr/src/uts/common/fs/tmpfs/tmp_vfsops.c
252
if ((uap->flags & MS_REMOUNT) == 0 && (uap->flags & MS_OVERLAY) == 0 &&
usr/src/uts/common/fs/udfs/udf_vfsops.c
203
(uap->flags & MS_OVERLAY) == 0 &&
usr/src/uts/common/fs/ufs/ufs_vfsops.c
286
(uap->flags & MS_OVERLAY) == 0 &&
usr/src/uts/common/fs/vfs.c
742
MS_SYSSPACE | MS_OVERLAY,
usr/src/uts/common/fs/zfs/zfs_vfsops.c
1954
(uap->flags & MS_OVERLAY) == 0 &&
usr/src/uts/common/sys/mount.h
71
(MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT|MS_NOTRUNC|MS_OVERLAY|\