Home
last modified time | relevance | path

Searched refs:SNAPSHOT_MNT_NOEXEC (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dsnapshot.h55 #define SNAPSHOT_MNT_NOEXEC 0x00000004 /* same as MNT_NOEXEC */ macro
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_syscalls.c15169 if (flags & SNAPSHOT_MNT_NOEXEC) { in snapshot_mount()