Searched refs:MNT_NOEXEC (Results 1 – 18 of 18) sorted by relevance
61 #define MS_NOEXEC MNT_NOEXEC
56 #define VFS_NOEXEC MNT_NOEXEC
42 #define MOPT_NOEXEC { "exec", 1, MNT_NOEXEC, 0 }
958 if (flags & MNT_NOEXEC) res = catopt(res, "noexec"); in flags2opts()
53 #define VFS_NOEXEC MNT_NOEXEC
342 { MNT_NOEXEC, "noexec" }, \376 #define MNT_NOEXEC 0x0000000000000004ULL /* can't exec from filesystem */ macro422 #define MNT_VISFLAGMASK (MNT_RDONLY | MNT_SYNCHRONOUS | MNT_NOEXEC | \435 #define MNT_UPDATEMASK (MNT_NOSUID | MNT_NOEXEC | \
80 return MNT_NOEXEC; in mntflag_from_string()
129 if (flags & MNT_NOEXEC) in statfs2mnttab()
333 if (f_flags & MNT_NOEXEC) in bsd_to_linux_mnt_flags()
1143 fsflags |= MNT_NOEXEC; in linux_mount()
911 fsflags |= MNT_NOEXEC; in vfs_donmount()1099 ma = mount_argb(ma, !(flags & MNT_NOEXEC), "noexec"); in sys_mount()
1857 if ((vp->v_mount->mnt_flag & MNT_NOEXEC) || in exec_check_permissions()
2878 if (mp != NULL && (mp->mnt_flag & MNT_NOEXEC) != 0) { in vn_mmap()
4745 MNT_FLAG(MNT_NOEXEC); in DB_SHOW_COMMAND()
492 ADD_OPTION(MNT_NOEXEC, "noexec"); in _sbuf_mntoptions_helper()
1973 if (mp != NULL && (mp->mnt_flag & MNT_NOEXEC) != 0) { in devfs_mmap_f()
1677 if (mp != NULL && (mp->mnt_flag & MNT_NOEXEC) != 0) { in linux_file_mmap()
2841 (fs.f_flags & MNT_NOEXEC) != 0) { in do_load_object()