Searched refs:mac_vnode_check_getattr (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/security/ |
| H A D | mac_framework.h | 463 int mac_vnode_check_getattr(vfs_context_t ctx, struct ucred *file_cred,
|
| H A D | mac_vfs.c | 1158 mac_vnode_check_getattr(vfs_context_t ctx, struct ucred *file_cred, in mac_vnode_check_getattr() function
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_vnops.c | 1515 error = mac_vnode_check_getattr(ctx, file_cred, vp, &va); in vn_stat_noauth()
|
| H A D | vfs_attrlist.c | 1136 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 D | nfs_serv.c | 453 error = mac_vnode_check_getattr(ctx, NOCRED, vp, &vattr); in nfsrv_getattr()
|