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()
350 { MNT_NOSUID, "nosuid" }, \385 #define MNT_NOSUID 0x0000000000000008ULL /* don't honor setuid fs bits */ macro432 MNT_NOSUID | MNT_UNION | MNT_SUJ | \444 #define MNT_UPDATEMASK (MNT_NOSUID | MNT_NOEXEC | \
118 if (flags & MNT_NOSUID) in statfs2mnttab()
188 mp->mnt_flag |= MNT_NOSUID; in mount_snapshot()
918 fsflags |= MNT_NOSUID; in vfs_donmount()1107 ma = mount_argb(ma, !(flags & MNT_NOSUID), "nosuid"); in sys_mount()1663 if ((fsflags & (MNT_NOSUID | MNT_USER)) != (MNT_NOSUID | MNT_USER)) { in vfs_domount()1665 fsflags |= MNT_NOSUID | MNT_USER; in vfs_domount()
613 (imgp->vp->v_mount->mnt_flag & MNT_NOSUID) == 0 && in do_execve()
4779 MNT_FLAG(MNT_NOSUID); in DB_SHOW_COMMAND()
959 if (flags & MNT_NOSUID) res = catopt(res, "nosuid"); in flags2opts()
383 if (f_flags & MNT_NOSUID) in linux_statfs()
1196 fsflags |= MNT_NOSUID; in linux_mount()
493 ADD_OPTION(MNT_NOSUID, "nosuid"); in _sbuf_mntoptions_helper()