Home
last modified time | relevance | path

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

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