Home
last modified time | relevance | path

Searched refs:MS_RDONLY (Results 1 – 25 of 35) sorted by relevance

12

/titanic_41/usr/src/uts/common/sys/
H A Dmount.h43 #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 Dmount.c91 if (flags & MS_RDONLY) in main()
94 flags |= MS_RDONLY; in main()
/titanic_41/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c257 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 Dmount.c45 #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 Dmount.c103 flags |= MS_RDONLY; in main()
/titanic_41/usr/src/cmd/fs.d/ctfs/
H A Dmount.c118 flags |= MS_RDONLY; in main()
/titanic_41/usr/src/cmd/fs.d/objfs/
H A Dmount.c118 flags |= MS_RDONLY; in main()
/titanic_41/usr/src/cmd/fs.d/sharefs/
H A Dmount.c118 flags |= MS_RDONLY; in main()
/titanic_41/usr/src/cmd/fs.d/mntfs/
H A Dmount.c97 flags |= MS_RDONLY; in main()
/titanic_41/usr/src/cmd/fs.d/proc/
H A Dmount.c137 do_mount(special, mountp, roflag ? MS_RDONLY : 0); in main()
/titanic_41/usr/src/cmd/fs.d/udfs/mount/
H A Dmount.c121 flags = MS_RDONLY; in main()
/titanic_41/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c429 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 Dmount.c217 mflg |= MS_RDONLY; in main()
/titanic_41/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c172 flags = MS_RDONLY; in main()
/titanic_41/usr/src/cmd/fs.d/dev/
H A Dmount.c90 flags |= MS_RDONLY; in do_mount()
/titanic_41/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c396 optflg = MS_RDONLY; in rlmount()
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c416 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 Dmount.c336 mflag |= MS_RDONLY; in main()
341 mflag |= MS_RDONLY; in main()
/titanic_41/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c585 MS_DATA | MS_OPTIONSTR | MS_RDONLY, in grub_fsd_mount_tmp()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c269 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 Dufs_vfsops.c311 (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 Dhsfs_vfsops.c302 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 Dnfs_vfsops.c751 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 Dbe_mount.c1691 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 Dvfs.c1310 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()

12