Searched refs:MNT_NOEXEC (Results 1 – 5 of 5) sorted by relevance
26 #define MNT_NOEXEC 0x04 macro45 #define MNT_USER_SETTABLE_MASK (MNT_NOSUID | MNT_NODEV | MNT_NOEXEC \
22 if (mnt_flags & MNT_NOEXEC) in flags_by_mnt()
66 { MNT_NOEXEC, ",noexec" }, in show_mnt_opts()
1002 if (mnt->mnt.mnt_flags & MNT_NOEXEC) in clone_mnt()2193 !(mnt_flags & MNT_NOEXEC)) { in do_remount()2693 mnt_flags |= MNT_NOEXEC; in do_mount()3252 !(new_flags & MNT_NOEXEC)) in fs_fully_visible()
103 return (path->mnt->mnt_flags & MNT_NOEXEC) || in path_noexec()