Home
last modified time | relevance | path

Searched refs:mac_vnode_check_readlink_impl (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/security/mac/
H A Dmac_framework.h604 int mac_vnode_check_readlink_impl(struct ucred *cred, struct vnode *dvp);
617 return (mac_vnode_check_readlink_impl(cred, vp)); in mac_vnode_check_readlink()
H A Dmac_vfs.c702 mac_vnode_check_readlink_impl(struct ucred *cred, struct vnode *vp) in mac_vnode_check_readlink_impl() function