Searched refs:MS_NOSUID (Results 1 – 8 of 8) sorted by relevance
46 #define MS_NOSUID 0x0010 /* Setuid programs disallowed */ macro65 (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT|MS_NOTRUNC|MS_OVERLAY|\
47 #define MS_NOSUID 0x10 /* Setuid programs disallowed */ macro113 case M_NOSUID: nflags |= MS_NOSUID; in mount()
1295 if (uap->flags & MS_NOSUID) in domount()1318 uap->flags |= MS_NOSUID; in domount()1524 uap->flags |= MS_NOSUID; in domount()1688 if (uap->flags & MS_NOSUID) in domount()3246 if (mflag & MS_NOSUID) in vfs_add()
360 flags = MS_NOSUID | MS_DATA; in mount_nfs()
1033 *mntflags &= ~(MS_NOSUID); in set_args()1036 *mntflags |= MS_NOSUID; in set_args()
2245 #define ALL_MOUNT_FLAGS (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT| \2264 if (arg & MS_NOSUID) in mountflags()
279 if (uap->flags & MS_NOSUID) { in udf_mount()
762 flags |= (hasmntopt(&m, MNTOPT_NOSUID) == NULL) ? 0 : MS_NOSUID; in nfsmount()