Home
last modified time | relevance | path

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

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