Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_framework.h579 void mac_vnode_notify_setmode(vfs_context_t ctx, struct vnode *vp, mode_t mode);
H A Dmac_vfs.c634 mac_vnode_notify_setmode(vfs_context_t ctx, struct vnode *vp, mode_t mode) in mac_vnode_notify_setmode() function
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c7766 mac_vnode_notify_setmode(ctx, vp, (mode_t)vap->va_mode); in chmod_vnode()