/titanic_41/usr/src/uts/common/sys/ |
H A D | mount.h | 43 #define MS_RDONLY 0x0001 /* Read-only */ macro 65 (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT|MS_NOTRUNC|MS_OVERLAY|\
|
/titanic_41/usr/src/cmd/fs.d/fd/ |
H A D | mount.c | 91 if (flags & MS_RDONLY) in main() 94 flags |= MS_RDONLY; in main()
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 257 mntflags |= MS_RDONLY; in main() 290 if (mntflags & MS_RDONLY) { in main() 473 mntflags |= MS_RDONLY; in setsubopt() 476 mntflags &= ~MS_RDONLY; in setsubopt()
|
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | mount.c | 45 #define MS_RDONLY 0x01 /* read only bit */ macro 112 case M_RDONLY: nflags |= MS_RDONLY; in mount()
|
/titanic_41/usr/src/cmd/fs.d/lofs/mount/ |
H A D | mount.c | 103 flags |= MS_RDONLY; in main()
|
/titanic_41/usr/src/cmd/fs.d/ctfs/ |
H A D | mount.c | 118 flags |= MS_RDONLY; in main()
|
/titanic_41/usr/src/cmd/fs.d/objfs/ |
H A D | mount.c | 118 flags |= MS_RDONLY; in main()
|
/titanic_41/usr/src/cmd/fs.d/sharefs/ |
H A D | mount.c | 118 flags |= MS_RDONLY; in main()
|
/titanic_41/usr/src/cmd/fs.d/mntfs/ |
H A D | mount.c | 97 flags |= MS_RDONLY; in main()
|
/titanic_41/usr/src/cmd/fs.d/proc/ |
H A D | mount.c | 137 do_mount(special, mountp, roflag ? MS_RDONLY : 0); in main()
|
/titanic_41/usr/src/cmd/fs.d/udfs/mount/ |
H A D | mount.c | 121 flags = MS_RDONLY; in main()
|
/titanic_41/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 429 flags |= eatmntopt(mnt, MNTOPT_RO) ? MS_RDONLY : 0; in mountfs() 535 if (!(flags & MS_RDONLY)) { in mountfs() 573 if (!(flags & MS_RDONLY)) { in mountfs()
|
/titanic_41/usr/src/cmd/fs.d/pcfs/mount/ |
H A D | mount.c | 217 mflg |= MS_RDONLY; in main()
|
/titanic_41/usr/src/cmd/fs.d/hsfs/mount/ |
H A D | mount.c | 172 flags = MS_RDONLY; in main()
|
/titanic_41/usr/src/cmd/fs.d/dev/ |
H A D | mount.c | 90 flags |= MS_RDONLY; in do_mount()
|
/titanic_41/usr/src/cmd/fs.d/ufs/roll_log/ |
H A D | roll_log.c | 396 optflg = MS_RDONLY; in rlmount()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 416 mntflags |= MS_RDONLY; in mount_nfs() 541 if (replicated && !(mntflags & MS_RDONLY)) { in mount_nfs() 1008 *mntflags |= MS_RDONLY; in set_args() 1011 *mntflags &= ~(MS_RDONLY); in set_args()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/mount/ |
H A D | mount.c | 336 mflag |= MS_RDONLY; in main() 341 mflag |= MS_RDONLY; in main()
|
/titanic_41/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 585 MS_DATA | MS_OPTIONSTR | MS_RDONLY, in grub_fsd_mount_tmp()
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 269 if (uap->flags & MS_RDONLY) { in udf_mount() 276 if (uap->flags & MS_RDONLY) { in udf_mount() 604 (vfsp->vfs_flag & VFS_RDONLY) ? MS_RDONLY : 0); in udf_mountroot()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 311 (uap->flags & MS_RDONLY) != 0) { in ufs_mount() 417 if (uap->flags & MS_RDONLY) in ufs_mount() 564 (vfsp->vfs_flag & VFS_RDONLY) ? MS_RDONLY : 0); in ufs_mountroot()
|
/titanic_41/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 302 if (!(uap->flags & MS_RDONLY)) in hsfs_mount() 1501 (vfsp->vfs_flag & VFS_RDONLY) ? MS_RDONLY : 0); in hsfs_mountroot()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vfsops.c | 751 if (uap->flags & MS_RDONLY && in nfs_mount() 929 if (uap->flags & MS_RDONLY && !(flags & NFSMNT_SOFT)) { in nfs_mount()
|
/titanic_41/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 1691 mflag |= MS_RDONLY; in loopback_mount_shared_fs() 1827 mflag |= MS_RDONLY; in loopback_mount_zonepath()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | vfs.c | 1310 if (uap->flags & MS_RDONLY) in domount() 1332 uap->flags |= MS_RDONLY; in domount() 1703 if (uap->flags & MS_RDONLY) in domount() 3254 if (mflag & MS_RDONLY) in vfs_add()
|