Home
last modified time | relevance | path

Searched refs:mac_mount_check_label_update (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/security/
H A Dmac_framework.h226 int mac_mount_check_label_update(vfs_context_t ctx, struct mount *mp) __result_use_check;
H A Dmac_vfs.c2508 mac_mount_check_label_update(vfs_context_t ctx, struct mount *mount) in mac_mount_check_label_update() function
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c1566 error = mac_mount_check_label_update(ctx, mp); in mount_common()