Home
last modified time | relevance | path

Searched refs:MS_NOSUID (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dmount.h46 #define MS_NOSUID 0x0010 /* Setuid programs disallowed */ 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 Dmount.c47 #define MS_NOSUID 0x10 /* Setuid programs disallowed */ macro
113 case M_NOSUID: nflags |= MS_NOSUID; in mount()
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c1312 if (uap->flags & MS_NOSUID) in domount()
1335 uap->flags |= MS_NOSUID; in domount()
1541 uap->flags |= MS_NOSUID; in domount()
1705 if (uap->flags & MS_NOSUID) in domount()
3258 if (mflag & MS_NOSUID) in vfs_add()
/titanic_41/usr/src/cmd/rexd/
H A Dmount_nfs.c360 flags = MS_NOSUID | MS_DATA; in mount_nfs()
/titanic_41/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1029 *mntflags &= ~(MS_NOSUID); in set_args()
1032 *mntflags |= MS_NOSUID; in set_args()
/titanic_41/usr/src/cmd/truss/
H A Dcodes.c2235 #define ALL_MOUNT_FLAGS (MS_RDONLY|MS_FSS|MS_DATA|MS_NOSUID|MS_REMOUNT| \
2254 if (arg & MS_NOSUID) in mountflags()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c279 if (uap->flags & MS_NOSUID) { in udf_mount()
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c773 flags |= (hasmntopt(&m, MNTOPT_NOSUID) == NULL) ? 0 : MS_NOSUID; in nfsmount()