/titanic_41/usr/src/uts/common/sys/ |
H A D | mount.h | 47 #define MS_REMOUNT 0x0020 /* Remount */ macro 65 (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT|MS_NOTRUNC|MS_OVERLAY|\
|
/titanic_41/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | mount.c | 48 #define MS_REMOUNT 0x20 /* Remount */ macro 114 case M_REMOUNT: nflags |= MS_REMOUNT; in mount()
|
/titanic_41/usr/src/uts/common/fs/dev/ |
H A D | sdev_vfsops.c | 214 (uap->flags & MS_REMOUNT) == 0 && in sdev_mount() 259 if (uap->flags & MS_REMOUNT) { in sdev_mount()
|
/titanic_41/usr/src/cmd/fs.d/dev/ |
H A D | mount.c | 94 flags |= MS_REMOUNT; in do_mount()
|
/titanic_41/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 430 flags |= eatmntopt(mnt, MNTOPT_REMOUNT) ? MS_REMOUNT : 0; in mountfs() 524 if (flags & MS_REMOUNT) { in mountfs()
|
/titanic_41/usr/src/uts/common/fs/autofs/ |
H A D | auto_vfsops.c | 436 if (uap->flags & MS_REMOUNT) { in auto_mount() 667 ASSERT((uap->flags & MS_REMOUNT) == 0); in auto_mount()
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | automount.c | 312 mntflgs = MS_OPTIONSTR | (dir->dir_remount ? MS_REMOUNT : 0); in main()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/mount/ |
H A D | mount.c | 386 (((mflag & MS_REMOUNT) == 0) || in main() 794 *mflagp |= MS_REMOUNT; in set_cfs_args()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 282 if ((uap->flags & MS_REMOUNT) == 0 && in ufs_mount() 379 if (uap->flags & MS_REMOUNT) in ufs_mount() 403 if ((uap->flags & MS_REMOUNT) == 0) { in ufs_mount()
|
/titanic_41/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vfsops.c | 308 ASSERT(!(uap->flags & MS_REMOUNT)); in hsfs_mount() 1403 if (vfs_devismounted(dev) && !(flags & MS_REMOUNT)) in hs_getmdev()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 1599 if ((uap->flags & MS_REMOUNT) == 0 && in zfs_mount() 1674 if (uap->flags & MS_REMOUNT) { in zfs_mount() 1695 uap->flags & MS_REMOUNT ? B_TRUE : B_FALSE); in zfs_mount()
|
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 386 if (uap->flags & MS_REMOUNT) { in smbfs_mount()
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 201 if ((uap->flags & MS_REMOUNT) == 0 && in udf_mount() 248 if (uap->flags & MS_REMOUNT) { in udf_mount()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 2235 #define ALL_MOUNT_FLAGS (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT| \ 2256 if (arg & MS_REMOUNT) in mountflags()
|
/titanic_41/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 647 if ((uap->flags & MS_REMOUNT) == 0 && in pcfs_mount() 699 remounting = (uap->flags & MS_REMOUNT); in pcfs_mount()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | vfs.c | 1068 if ((uap->flags & (MS_REMOUNT|MS_GLOBAL)) || in lofi_add() 1308 if (uap->flags & MS_REMOUNT) in domount() 1325 uap->flags |= MS_REMOUNT; in domount()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vfsops.c | 203 if (uap->flags & MS_REMOUNT) { in cachefs_mount()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vfsops.c | 556 if (uap->flags & MS_REMOUNT) { in nfs_mount()
|
H A D | nfs3_vfsops.c | 539 if (uap->flags & MS_REMOUNT) { in nfs3_mount()
|
H A D | nfs4_vfsops.c | 752 if (uap->flags & MS_REMOUNT) { in nfs4_mount()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 1038 *mntflags |= MS_REMOUNT; in set_args()
|