Searched refs:MNT_WXALLOWED (Results 1 – 6 of 6) sorted by relevance
62 #define MOPT_WXALLOWED { "wxallowed", MNT_WXALLOWED, MFLAG_SET }
92 { MNT_WXALLOWED, 0, "wxallowed", "wxallowed" },
361 #define MNT_WXALLOWED 0x00000800 /* filesystem allows W|X mappings */ macro
772 if (flags & MNT_WXALLOWED) { in mount_print()774 flags &= ~MNT_WXALLOWED; in mount_print()
181 (pr->ps_textvp->v_mount->mnt_flag & MNT_WXALLOWED)); in uvm_wxcheck()
242 mp->mnt_flag &=~ (MNT_NOSUID | MNT_NOEXEC | MNT_WXALLOWED | MNT_NODEV | in sys_mount() 244 mp->mnt_flag |= flags & (MNT_NOSUID | MNT_NOEXEC | MNT_WXALLOWED | in sys_mount()