Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_framework.h482 int mac_vnode_check_lookup_preflight(vfs_context_t ctx, struct vnode *dvp,
H A Dmac_vfs.c1575 mac_vnode_check_lookup_preflight(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_lookup_preflight() function
/xnu-11215/bsd/vfs/
H A Dvfs_lookup.c496 error = mac_vnode_check_lookup_preflight(ctx, dp, cnp->cn_nameptr, cnp->cn_namelen); in namei()