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()
52 #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()
923 fsflags |= MNT_NOSUID; in vfs_donmount()1112 ma = mount_argb(ma, !(flags & MNT_NOSUID), "nosuid"); in sys_mount()1672 if ((fsflags & (MNT_NOSUID | MNT_USER)) != (MNT_NOSUID | MNT_USER)) { in vfs_domount()1674 fsflags |= MNT_NOSUID | MNT_USER; in vfs_domount()
714 (imgp->vp->v_mount->mnt_flag & MNT_NOSUID) == 0 && in do_execve()
4800 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 bsd_to_linux_mnt_flags()
1196 fsflags |= MNT_NOSUID; in linux_mount()
1564 mnt->mnt_flags |= MNT_NOSUID; in zfsctl_snapshot_finish_mount()
493 ADD_OPTION(MNT_NOSUID, "nosuid"); in _sbuf_mntoptions_helper()