Searched refs:MNT_NOSUID (Results 1 – 16 of 16) sorted by relevance
82 return MNT_NOSUID; in mntflag_from_string()123 if (flag == MNT_NOSUID && 0 != geteuid()) in TEST_P()
63 #define MS_NOSUID MNT_NOSUID
56 #define VFS_NOSETUID MNT_NOSUID
52 #define VFS_NOSETUID MNT_NOSUID
46 #define MOPT_NOSUID { "suid", 1, MNT_NOSUID, 0 }
103 if (from->f_flags & MNT_NOSUID) in sfs2svfs()
348 { MNT_NOSUID, "nosuid" }, \383 #define MNT_NOSUID 0x0000000000000008ULL /* don't honor setuid fs bits */ macro430 MNT_NOSUID | MNT_UNION | MNT_SUJ | \442 #define MNT_UPDATEMASK (MNT_NOSUID | MNT_NOEXEC | \
119 if (flags & MNT_NOSUID) in statfs2mnttab()
188 mp->mnt_flag |= MNT_NOSUID; in mount_snapshot()
919 fsflags |= MNT_NOSUID; in vfs_donmount()1100 ma = mount_argb(ma, !(flags & MNT_NOSUID), "nosuid"); in sys_mount()1636 if ((fsflags & (MNT_NOSUID | MNT_USER)) != (MNT_NOSUID | MNT_USER)) { in vfs_domount()1638 fsflags |= MNT_NOSUID | MNT_USER; in vfs_domount()
613 (imgp->vp->v_mount->mnt_flag & MNT_NOSUID) == 0 && in do_execve()
4775 MNT_FLAG(MNT_NOSUID); in DB_SHOW_COMMAND()
959 if (flags & MNT_NOSUID) res = catopt(res, "nosuid"); in flags2opts()
335 if (f_flags & MNT_NOSUID) in bsd_to_linux_mnt_flags()
1143 fsflags |= MNT_NOSUID; in linux_mount()
493 ADD_OPTION(MNT_NOSUID, "nosuid"); in _sbuf_mntoptions_helper()