Home
last modified time | relevance | path

Searched refs:mac_vnode_check_setmode (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/security/
H A Dmac_framework.h511 int mac_vnode_check_setmode(vfs_context_t ctx, struct vnode *vp,
H A Dmac_vfs.c1935 mac_vnode_check_setmode(vfs_context_t ctx, struct vnode *vp, mode_t mode) in mac_vnode_check_setmode() function
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c600 error = mac_vnode_check_setmode(ctx, vp, (mode_t)vap->va_mode); in nfsrv_setattr()
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c7733 (error = mac_vnode_check_setmode(ctx, vp, (mode_t)vap->va_mode)) != 0) { in chmod_vnode()