Searched refs:MNTK_EXTENDED_SECURITY (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dmount_internal.h259 #define MNTK_EXTENDED_SECURITY 0x80000000 /* extended security supported */ macro
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c590 mp->mnt_kern_flag |= MNTK_EXTENDED_SECURITY;
598 mp->mnt_kern_flag &= ~MNTK_EXTENDED_SECURITY;
605 return(mp->mnt_kern_flag & MNTK_EXTENDED_SECURITY);
H A Dvfs_syscalls.c8905 vp->v_mount->mnt_kern_flag |= MNTK_EXTENDED_SECURITY;
8910 vp->v_mount->mnt_kern_flag &= ~MNTK_EXTENDED_SECURITY;

Completed in 278 milliseconds