Searched refs:MNT_NOSUID (Results 1 – 17 of 17) sorted by relevance
82 return MNT_NOSUID; in mntflag_from_string()123 if (flag == MNT_NOSUID && 0 != geteuid()) in TEST_P()
60 #define MS_NOSUID MNT_NOSUID
55 #define VFS_NOSETUID MNT_NOSUID
45 #define MOPT_NOSUID { "suid", 1, MNT_NOSUID, 0 }
968 if (flags & MNT_NOSUID) res = catopt(res, "nosuid"); in flags2opts()
52 #define VFS_NOSETUID MNT_NOSUID
103 if (from->f_flags & MNT_NOSUID) in sfs2svfs()
345 { MNT_NOSUID, "nosuid" }, \379 #define MNT_NOSUID 0x0000000000000008ULL /* don't honor setuid fs bits */ macro425 MNT_NOSUID | MNT_UNION | MNT_SUJ | \437 #define MNT_UPDATEMASK (MNT_NOSUID | MNT_NOEXEC | \
121 if (flags & MNT_NOSUID) in statfs2mnttab()
190 mp->mnt_flag |= MNT_NOSUID; in mount_snapshot()
374 sbp->f_flags &= MNT_RDONLY | MNT_NOEXEC | MNT_NOSUID | MNT_UNION | in nullfs_statfs()
918 fsflags |= MNT_NOSUID; in vfs_donmount()1099 ma = mount_argb(ma, !(flags & MNT_NOSUID), "nosuid"); in sys_mount()1633 if ((fsflags & (MNT_NOSUID | MNT_USER)) != (MNT_NOSUID | MNT_USER)) { in vfs_domount()1635 fsflags |= MNT_NOSUID | MNT_USER; in vfs_domount()
601 (imgp->vp->v_mount->mnt_flag & MNT_NOSUID) == 0 && in do_execve()
4677 MNT_FLAG(MNT_NOSUID); in DB_SHOW_COMMAND()
335 if (f_flags & MNT_NOSUID) in bsd_to_linux_mnt_flags()
1141 fsflags |= MNT_NOSUID; in linux_mount()
499 ADD_OPTION(MNT_NOSUID, "nosuid"); in _sbuf_mntoptions_helper()