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()
60 #define MS_NOSUID MNT_NOSUID
55 #define VFS_NOSETUID MNT_NOSUID
43 #define MOPT_NOSUID { "suid", 1, MNT_NOSUID, 0 }
959 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()
343 { MNT_NOSUID, "nosuid" }, \377 #define MNT_NOSUID 0x0000000000000008ULL /* don't honor setuid fs bits */ macro423 MNT_NOSUID | MNT_UNION | MNT_SUJ | \435 #define MNT_UPDATEMASK (MNT_NOSUID | MNT_NOEXEC | \
118 if (flags & MNT_NOSUID) in statfs2mnttab()
187 mp->mnt_flag |= MNT_NOSUID; in mount_snapshot()
917 fsflags |= MNT_NOSUID; in vfs_donmount()1098 ma = mount_argb(ma, !(flags & MNT_NOSUID), "nosuid"); in sys_mount()1632 if ((fsflags & (MNT_NOSUID | MNT_USER)) != (MNT_NOSUID | MNT_USER)) { in vfs_domount()1634 fsflags |= MNT_NOSUID | MNT_USER; in vfs_domount()
610 (imgp->vp->v_mount->mnt_flag & MNT_NOSUID) == 0 && in do_execve()
4746 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()
493 ADD_OPTION(MNT_NOSUID, "nosuid"); in _sbuf_mntoptions_helper()