Lines Matching refs:dvp
432 int mac_vnode_check_access_impl(struct ucred *cred, struct vnode *dvp,
437 mac_vnode_check_access(struct ucred *cred, struct vnode *dvp, in mac_vnode_check_access() argument
441 mac_vnode_assert_locked(dvp, "mac_vnode_check_access"); in mac_vnode_check_access()
443 return (mac_vnode_check_access_impl(cred, dvp, accmode)); in mac_vnode_check_access()
446 int mac_vnode_check_chdir(struct ucred *cred, struct vnode *dvp);
447 int mac_vnode_check_chroot(struct ucred *cred, struct vnode *dvp);
448 int mac_vnode_check_create(struct ucred *cred, struct vnode *dvp,
460 int mac_vnode_check_link(struct ucred *cred, struct vnode *dvp,
465 int mac_vnode_check_lookup_impl(struct ucred *cred, struct vnode *dvp,
474 mac_vnode_check_lookup(struct ucred *cred, struct vnode *dvp, in mac_vnode_check_lookup() argument
478 mac_vnode_assert_locked(dvp, "mac_vnode_check_lookup"); in mac_vnode_check_lookup()
480 return (mac_vnode_check_lookup_impl(cred, dvp, cnp)); in mac_vnode_check_lookup()
541 int mac_vnode_check_readlink_impl(struct ucred *cred, struct vnode *dvp);
561 int mac_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
563 int mac_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
636 int mac_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
641 struct vnode *dvp, struct vnode *vp, struct componentname *cnp);