Searched refs:MNT_MULTILABEL (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/security/
H A Dmac_vfs.c1368 mp->mnt_flag |= MNT_MULTILABEL;
1372 mp->mnt_flag |= MNT_MULTILABEL;
1376 mp->mnt_flag |= MNT_MULTILABEL;
1380 mp->mnt_flag |= MNT_MULTILABEL;
1384 mp->mnt_flag |= MNT_MULTILABEL;
1389 mp->mnt_flag |= MNT_MULTILABEL;
1393 (mp->mnt_flag & MNT_MULTILABEL))
1394 mp->mnt_flag &= ~MNT_MULTILABEL;
1400 mp->mnt_flag & MNT_MULTILABEL ? "multilabel" : "singlelabel",
1573 if ((vp->v_mount->mnt_flag & MNT_MULTILABEL)
[all...]
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_conf.c143 { &devfs_vfsops, "devfs", 19, 0, (MNT_DONTBROWSE | MNT_MULTILABEL), NULL, NULL, 0, 0, VFC_VFSGENERICARGS | VFC_VFS64BITREADY, NULL, 0},
H A Dvfs_xattr.c261 (vfs_flags(vnode_mount(vp)) & MNT_MULTILABEL))
320 (vfs_flags(vnode_mount(vp)) & MNT_MULTILABEL))
H A Dvfs_lookup.c669 if (vfs_flags(vnode_mount(dp)) & MNT_MULTILABEL) {
H A Dvfs_syscalls.c679 if (flags & MNT_MULTILABEL) {
684 mp->mnt_flag |= MNT_MULTILABEL;
850 if (vfs_flags(mp) & MNT_MULTILABEL) {
H A Dvfs_subr.c1124 if ((vfs_flags(mp) & MNT_MULTILABEL) == 0)
5407 if (vfs_flags(vnode_mount(vp)) & MNT_MULTILABEL) {
/xnu-2422.115.4/bsd/sys/
H A Dmount.h317 #define MNT_MULTILABEL 0x04000000 /* MAC support for individual labels */ macro
337 MNT_NOUSERXATTR | MNT_DEFWRITE | MNT_MULTILABEL | \

Completed in 302 milliseconds