Home
last modified time | relevance | path

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

/freebsd-12.1/sys/security/mac/
H A Dmac_framework.h396 int mac_vnode_check_lookup(struct ucred *cred, struct vnode *dvp,
H A Dmac_vfs.c568 mac_vnode_check_lookup(struct ucred *cred, struct vnode *dvp, in mac_vnode_check_lookup() function
/freebsd-12.1/sys/kern/
H A Dvfs_lookup.c848 error = mac_vnode_check_lookup(cnp->cn_thread->td_ucred, dp, in lookup()