Lines Matching defs: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,
508 mac_vnode_assert_locked(dvp, "mac_vnode_check_access");
510 return (mac_vnode_check_access_impl(cred, dvp, accmode));
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,
545 mac_vnode_assert_locked(dvp, "mac_vnode_check_lookup");
547 return (mac_vnode_check_lookup_impl(cred, dvp, cnp));
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);