Home
last modified time | relevance | path

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

/xnu-10063.101.15/security/
H A Dmac_framework.h519 int mac_vnode_check_stat(vfs_context_t ctx,
H A Dmac_vfs.c2030 mac_vnode_check_stat(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_stat() function
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_vnops.c1643 error = mac_vnode_check_stat(ctx, NOCRED, vp); in vn_stat()