Home
last modified time | relevance | path

Searched refs:mac_vnode_check_getattr (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/security/
H A Dmac_framework.h463 int mac_vnode_check_getattr(vfs_context_t ctx, struct ucred *file_cred,
H A Dmac_vfs.c1158 mac_vnode_check_getattr(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_getattr() function
/xnu-11215/bsd/vfs/
H A Dvfs_vnops.c1515 error = mac_vnode_check_getattr(ctx, file_cred, vp, &va); in vn_stat_noauth()
H A Dvfs_attrlist.c1136 error = mac_vnode_check_getattr(ctx, NOCRED, vp, &va); in getvolattrlist()
3322 error = mac_vnode_check_getattr(ctx, file_cred, vp, va); in getattrlist_internal()
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c453 error = mac_vnode_check_getattr(ctx, NOCRED, vp, &vattr); in nfsrv_getattr()