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

12

/illumos-gate/usr/src/uts/common/sys/
H A Dmount.h49 #define MS_OVERLAY 0x0080 /* Allow overlay mounts */ macro
65 (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT|MS_NOTRUNC|MS_OVERLAY|\
/illumos-gate/usr/src/lib/brand/solaris10/s10_replacefile/
H A Ds10_replacefile.c117 if (mount(argv[4], argv[1], MS_OVERLAY | MS_OPTIONSTR,
/illumos-gate/usr/src/cmd/fs.d/tmpfs/
H A Dmount.c117 mflg |= MS_OVERLAY;
176 if (errno == EBUSY && !(mflg & MS_OVERLAY)) {
/illumos-gate/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c100 flags |= MS_OVERLAY;
/illumos-gate/usr/src/cmd/fs.d/bootfs/
H A Dmount.c97 flags |= MS_OVERLAY;
/illumos-gate/usr/src/cmd/fs.d/ctfs/
H A Dmount.c115 flags |= MS_OVERLAY;
/illumos-gate/usr/src/cmd/fs.d/fd/
H A Dmount.c97 flags |= MS_OVERLAY;
/illumos-gate/usr/src/cmd/fs.d/mntfs/
H A Dmount.c200 rflag |= Oflg ? MS_OVERLAY : 0;
/illumos-gate/usr/src/cmd/fs.d/objfs/
H A Dmount.c115 flags |= MS_OVERLAY;
/illumos-gate/usr/src/cmd/fs.d/proc/
H A Dmount.c206 rflag |= MS_OVERLAY;
/illumos-gate/usr/src/cmd/fs.d/sharefs/
H A Dmount.c115 flags |= MS_OVERLAY;
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c183 flags |= Oflg ? MS_OVERLAY : 0;
/illumos-gate/usr/src/cmd/fs.d/pcfs/mount/
H A Dmount.c151 mflg |= MS_OVERLAY;
/illumos-gate/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c131 flags |= (Oflag ? MS_OVERLAY : 0);
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c169 if ((uap->flags & MS_OVERLAY) == 0 &&
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c191 if ((uap->flags & MS_OVERLAY) == 0 &&
/illumos-gate/usr/src/cmd/fs.d/dev/
H A Dmount.c92 flags |= MS_OVERLAY;
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c208 if ((uap->flags & MS_OVERLAY) == 0 &&
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c220 if ((uap->flags & MS_OVERLAY) == 0 &&
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c428 flags |= Oflg ? MS_OVERLAY : 0;
554 if (errno == EBUSY && !(flags & MS_OVERLAY)) {
/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_root.c230 if ((uap->flags & MS_OVERLAY) == 0 &&
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c82 if ((uap->flags & MS_OVERLAY) == 0 &&
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c288 mntflags |= MS_OVERLAY;
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c179 if (!(uap->flags & MS_OVERLAY) &&
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c216 if ((uap->flags & MS_OVERLAY) == 0 &&

Completed in 71 milliseconds

12