Home
last modified time | relevance | path

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

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