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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_conf.c140 { &devfs_vfsops, "devfs", FT_DEVFS, 0, MNT_MULTILABEL, NULL, NULL, 0, 0, VFC_VFSGENERICARGS | VFC_VFS64BITREADY, NULL, 0, NULL},
H A Dvfs_xattr.c258 (vfs_flags(vnode_mount(vp)) & MNT_MULTILABEL))
317 (vfs_flags(vnode_mount(vp)) & MNT_MULTILABEL))
H A Dvfs_lookup.c670 if (vfs_flags(vnode_mount(dp)) & MNT_MULTILABEL) {
H A Dvfs_syscalls.c696 if (flags & MNT_MULTILABEL) {
701 mp->mnt_flag |= MNT_MULTILABEL;
867 if (vfs_flags(mp) & MNT_MULTILABEL) {
H A Dvfs_subr.c1174 if ((vfs_flags(mp) & MNT_MULTILABEL) == 0)
5637 if (vfs_flags(vnode_mount(vp)) & MNT_MULTILABEL) {
/xnu-2782.1.97/security/
H A Dmac_vfs.c1367 mp->mnt_flag |= MNT_MULTILABEL;
1371 mp->mnt_flag |= MNT_MULTILABEL;
1375 mp->mnt_flag |= MNT_MULTILABEL;
1379 mp->mnt_flag |= MNT_MULTILABEL;
1383 mp->mnt_flag |= MNT_MULTILABEL;
1388 mp->mnt_flag |= MNT_MULTILABEL;
1392 (mp->mnt_flag & MNT_MULTILABEL))
1393 mp->mnt_flag &= ~MNT_MULTILABEL;
1399 mp->mnt_flag & MNT_MULTILABEL ? "multilabel" : "singlelabel",
1572 if ((vp->v_mount->mnt_flag & MNT_MULTILABEL)
[all...]
/xnu-2782.1.97/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 173 milliseconds