Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_framework.h569 void mac_vnode_notify_open(vfs_context_t ctx, struct vnode *vp, int acc_flags);
H A Dmac_vfs.c493 mac_vnode_notify_open(vfs_context_t ctx, struct vnode *vp, int acc_flags) in mac_vnode_notify_open() function
/xnu-11215/bsd/vfs/
H A Dvfs_vnops.c197 mac_vnode_notify_open(ctx, vp, fmode); in vn_open_auth_finish()