Home
last modified time | relevance | path

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

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