Searched refs:MS_OVERLAY (Results 26 - 43 of 43) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c376 if ((uap->flags & MS_OVERLAY) == 0 &&
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c253 if ((uap->flags & MS_REMOUNT) == 0 && (uap->flags & MS_OVERLAY) == 0 &&
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c395 if (!(uap->flags & MS_OVERLAY) &&
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c362 * mount. We don't perform this check if MS_OVERLAY is specified, which
366 if ((flags & MS_OVERLAY) == 0 &&
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2246 MS_NOTRUNC|MS_OVERLAY|MS_OPTIONSTR|MS_GLOBAL|MS_FORCE|MS_NOMNTTAB)
2270 if (arg & MS_OVERLAY)
2271 used = strlcat(str, "|MS_OVERLAY", sizeof (pri->code_buf));
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c314 if ((uap->flags & MS_OVERLAY) == 0 && vnode_busy) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c763 flags |= overlay ? MS_OVERLAY : 0;
766 flags |= MS_OVERLAY;
3504 flags |= MS_OVERLAY;
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c425 mntflags |= MS_OVERLAY;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c283 (uap->flags & MS_OVERLAY) == 0 &&
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vfsops.c584 if (!(uap->flags & MS_OVERLAY) &&
H A Dnfs_vfsops.c610 if (!(uap->flags & MS_OVERLAY) &&
H A Dnfs4_vfsops.c781 ASSERT(!(uap->flags & MS_OVERLAY));
791 if (!(uap->flags & MS_OVERLAY) &&
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c648 (uap->flags & MS_OVERLAY) == 0 &&
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c202 (uap->flags & MS_OVERLAY) == 0 &&
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c612 * MS_OVERLAY option in case an alternate BE is mounted, and we're
618 * TODO: The MS_OVERLAY option needs to be removed when 6176743
621 if (mount(zfs_get_name(zhp), md->altroot, MS_OVERLAY, MNTTYPE_ZFS,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1553 (uap->flags & MS_OVERLAY) == 0 &&
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6067 flags |= MS_OVERLAY;
6635 flags |= MS_OVERLAY;
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c715 MS_SYSSPACE | MS_OVERLAY,

Completed in 156 milliseconds

12