Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_framework.h499 int mac_vnode_check_searchfs(vfs_context_t ctx, struct vnode *vp,
H A Dmac_vfs.c1798 mac_vnode_check_searchfs(vfs_context_t ctx, struct vnode *vp, struct attrlist *returnattrs, in mac_vnode_check_searchfs() function
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c11369 error = mac_vnode_check_searchfs(ctx, vp, returnattrs, &searchblock.searchattrs); in searchfs()