Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_framework.h524 int mac_vnode_check_stat(vfs_context_t ctx,
H A Dmac_vfs.c2004 mac_vnode_check_stat(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_stat() function
/xnu-11215/bsd/vfs/
H A Dvfs_vnops.c1656 error = mac_vnode_check_stat(ctx, NOCRED, vp); in vn_stat()