Lines Matching full:dvp
499 int mac_vnode_check_access_impl(struct ucred *cred, struct vnode *dvp,
504 mac_vnode_check_access(struct ucred *cred, struct vnode *dvp, in mac_vnode_check_access() argument
508 mac_vnode_assert_locked(dvp, "mac_vnode_check_access"); in mac_vnode_check_access()
510 return (mac_vnode_check_access_impl(cred, dvp, accmode)); in mac_vnode_check_access()
513 int mac_vnode_check_chdir(struct ucred *cred, struct vnode *dvp);
514 int mac_vnode_check_chroot(struct ucred *cred, struct vnode *dvp);
515 int mac_vnode_check_create(struct ucred *cred, struct vnode *dvp,
527 int mac_vnode_check_link(struct ucred *cred, struct vnode *dvp,
532 int mac_vnode_check_lookup_impl(struct ucred *cred, struct vnode *dvp,
541 mac_vnode_check_lookup(struct ucred *cred, struct vnode *dvp, in mac_vnode_check_lookup() argument
545 mac_vnode_assert_locked(dvp, "mac_vnode_check_lookup"); in mac_vnode_check_lookup()
547 return (mac_vnode_check_lookup_impl(cred, dvp, cnp)); in mac_vnode_check_lookup()
608 int mac_vnode_check_readlink_impl(struct ucred *cred, struct vnode *dvp);
628 int mac_vnode_check_rename_from(struct ucred *cred, struct vnode *dvp,
630 int mac_vnode_check_rename_to(struct ucred *cred, struct vnode *dvp,
703 int mac_vnode_check_unlink(struct ucred *cred, struct vnode *dvp,
708 struct vnode *dvp, struct vnode *vp, struct componentname *cnp);