Searched refs:MNT_NOEXEC (Results 1 – 6 of 6) sorted by relevance
28 #define MNT_NOEXEC 0x04 macro48 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
60 LX_VALUE(MNT_NOEXEC)
69 { MNT_NOEXEC, ",noexec" }, in show_mnt_opts()
24 if (mnt_flags & MNT_NOEXEC) in flags_by_mnt()
2015 if (flags & MNT_NOEXEC) in lock_mnt_tree()2516 !(mnt_flags & MNT_NOEXEC)) in can_change_locked_flags()3190 mnt_flags |= MNT_NOEXEC; in path_mount()3499 mnt_flags |= MNT_NOEXEC; in SYSCALL_DEFINE3()
113 return (path->mnt->mnt_flags & MNT_NOEXEC) || in path_noexec()