/titanic_50/usr/src/uts/common/sys/ |
H A D | mount.h | 49 #define MS_OVERLAY 0x0080 /* Allow overlay mounts */ macro 65 (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT|MS_NOTRUNC|MS_OVERLAY|\
|
/titanic_50/usr/src/cmd/fs.d/tmpfs/ |
H A D | mount.c | 117 mflg |= MS_OVERLAY; in main() 176 if (errno == EBUSY && !(mflg & MS_OVERLAY)) { in main()
|
/titanic_50/usr/src/lib/brand/solaris10/s10_replacefile/ |
H A D | s10_replacefile.c | 117 if (mount(argv[4], argv[1], MS_OVERLAY | MS_OPTIONSTR, in main()
|
/titanic_50/usr/src/cmd/fs.d/bootfs/ |
H A D | mount.c | 97 flags |= MS_OVERLAY; in main()
|
/titanic_50/usr/src/cmd/fs.d/lofs/mount/ |
H A D | mount.c | 100 flags |= MS_OVERLAY; in main()
|
/titanic_50/usr/src/cmd/fs.d/ctfs/ |
H A D | mount.c | 115 flags |= MS_OVERLAY; in main()
|
/titanic_50/usr/src/cmd/fs.d/objfs/ |
H A D | mount.c | 115 flags |= MS_OVERLAY; in main()
|
/titanic_50/usr/src/cmd/fs.d/sharefs/ |
H A D | mount.c | 115 flags |= MS_OVERLAY; in main()
|
/titanic_50/usr/src/cmd/fs.d/mntfs/ |
H A D | mount.c | 200 rflag |= Oflg ? MS_OVERLAY : 0; in do_mount()
|
/titanic_50/usr/src/cmd/fs.d/fd/ |
H A D | mount.c | 97 flags |= MS_OVERLAY; in main()
|
/titanic_50/usr/src/cmd/fs.d/udfs/mount/ |
H A D | mount.c | 131 flags |= (Oflag ? MS_OVERLAY : 0); in main()
|
/titanic_50/usr/src/cmd/fs.d/proc/ |
H A D | mount.c | 206 rflag |= MS_OVERLAY; in do_mount()
|
/titanic_50/usr/src/cmd/fs.d/pcfs/mount/ |
H A D | mount.c | 151 mflg |= MS_OVERLAY; in main()
|
/titanic_50/usr/src/cmd/fs.d/hsfs/mount/ |
H A D | mount.c | 183 flags |= Oflg ? MS_OVERLAY : 0; in main()
|
/titanic_50/usr/src/uts/common/fs/objfs/ |
H A D | objfs_vfs.c | 169 if ((uap->flags & MS_OVERLAY) == 0 && in objfs_mount()
|
/titanic_50/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vfsops.c | 191 if ((uap->flags & MS_OVERLAY) == 0 && in sharefs_mount()
|
/titanic_50/usr/src/cmd/fs.d/dev/ |
H A D | mount.c | 92 flags |= MS_OVERLAY; in do_mount()
|
/titanic_50/usr/src/uts/common/fs/mntfs/ |
H A D | mntvfsops.c | 208 if ((uap->flags & MS_OVERLAY) == 0 && in mntmount()
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prvfsops.c | 220 if ((uap->flags & MS_OVERLAY) == 0 && in prmount()
|
/titanic_50/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 428 flags |= Oflg ? MS_OVERLAY : 0; in mountfs() 554 if (errno == EBUSY && !(flags & MS_OVERLAY)) { in mountfs()
|
/titanic_50/usr/src/uts/common/fs/bootfs/ |
H A D | bootfs_vfsops.c | 82 if ((uap->flags & MS_OVERLAY) == 0 && in bootfs_mount()
|
/titanic_50/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_root.c | 230 if ((uap->flags & MS_OVERLAY) == 0 && in ctfs_mount()
|
/titanic_50/usr/src/uts/common/fs/dev/ |
H A D | sdev_vfsops.c | 216 if ((uap->flags & MS_OVERLAY) == 0 && in sdev_mount()
|
/titanic_50/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 179 if (!(uap->flags & MS_OVERLAY) && in lo_mount()
|
/titanic_50/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 292 mntflags |= MS_OVERLAY; in main()
|