Home
last modified time | relevance | path

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

/xnu-12377.41.6/security/ !
H A Dmac_framework.h598 int mac_vnode_check_dataprotect_set(vfs_context_t ctx, struct vnode *vp, uint32_t *dataprotect_…
H A Dmac_vfs.c2953 mac_vnode_check_dataprotect_set(vfs_context_t ctx, struct vnode *vp, uint32_t *dataprotect_class) in mac_vnode_check_dataprotect_set() function
/xnu-12377.41.6/bsd/kern/ !
H A Dkern_descrip.c4420 if ((error = mac_vnode_check_dataprotect_set(ctx, vp, &dataprotect_class))) { in sys_fcntl_nocancel()
/xnu-12377.41.6/bsd/vfs/ !
H A Dvfs_attrlist.c4707 if ((error = mac_vnode_check_dataprotect_set(ctx, vp, &va.va_dataprotect_class))) { in setattrlist_internal()