Home
last modified time | relevance | path

Searched refs:mac_mount_label (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/security/
H A Dmac_vfs.c158 mac_mount_label(struct mount *mp) in mac_mount_label() function
407 mp, mp ? mac_mount_label(mp) : NULL, in mac_vnode_label_associate_devfs()
419 MAC_CHECK(vnode_label_associate_extattr, mp, mac_mount_label(mp), vp, in mac_vnode_label_associate_extattr()
441 mp ? mac_mount_label(mp) : NULL, vp, mac_vnode_label(vp)); in mac_vnode_label_associate_singlelabel()
463 MAC_CHECK(vnode_notify_create, cred, mp, mac_mount_label(mp), in mac_vnode_notify_create()
735 MAC_PERFORM(vnode_label_update_extattr, mp, mac_mount_label(mp), vp, in mac_vnode_label_update_extattr()
2241 MAC_PERFORM(mount_label_associate, cred, mp, mac_mount_label(mp)); in mac_mount_label_associate()
2432 MAC_CHECK(mount_check_umount, cred, mp, mac_mount_label(mp)); in mac_mount_check_umount()
2501 MAC_CHECK(mount_check_stat, cred, mount, mac_mount_label(mount)); in mac_mount_check_stat()
2547 MAC_CHECK(mount_check_fsctl, cred, mp, mac_mount_label(mp), cmd); in mac_mount_check_fsctl()
[all …]
H A Dmac_framework.h254 struct label *mac_mount_label(struct mount *);
H A Dmac_base.c1625 return mac_mount_label_externalize(mac_mount_label(mp), input, in mac_mount_label_get()
/xnu-11215/bsd/vfs/
H A Dkpi_vfs.c454 return (void*)mac_mount_label(mp); in vfs_mntlabel()