Searched refs:MNT_NOEXEC (Results 1 – 6 of 6) sorted by relevance
29 #define MNT_NOEXEC 0x04 macro49 #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()
2014 if (flags & MNT_NOEXEC) in lock_mnt_tree()2515 !(mnt_flags & MNT_NOEXEC)) in can_change_locked_flags()3189 mnt_flags |= MNT_NOEXEC; in path_mount()3498 mnt_flags |= MNT_NOEXEC; in SYSCALL_DEFINE3()
115 return (path->mnt->mnt_flags & MNT_NOEXEC) || in path_noexec()