MS_NOSUID
flags |= (hasmntopt(&m, MNTOPT_NOSUID) == NULL) ? 0 : MS_NOSUID;
*mntflags &= ~(MS_NOSUID);
*mntflags |= MS_NOSUID;
ma.flags = MS_DATA | MS_OPTIONSTR | MS_NOSPLICE | MS_NOSUID;
#define ALL_MOUNT_FLAGS (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT| \
if (arg & MS_NOSUID)
if (uap->flags & MS_NOSUID)
uap->flags |= MS_NOSUID;
uap->flags |= MS_NOSUID;
if (uap->flags & MS_NOSUID)
if (uap->flags & MS_NOSUID) {
if (uap->flags & MS_NOSUID)
uap->flags |= MS_NOSUID;
uap->flags |= MS_NOSUID;
if (uap->flags & MS_NOSUID)
if (mflag & MS_NOSUID)
(MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT|MS_NOTRUNC|MS_OVERLAY|\