Lines Matching refs:un_dvp
122 MPASS(unp->un_dvp != NULL); in unionfs_deferred_rele()
123 vrele(unp->un_dvp); in unionfs_deferred_rele()
277 if (unp->un_dvp != NULLVP) in unionfs_nodeget_cleanup()
278 vrele(unp->un_dvp); in unionfs_nodeget_cleanup()
363 unp->un_dvp = dvp; in unionfs_nodeget()
486 dvp = unp->un_dvp; in unionfs_noderem()
775 dvp = unp->un_dvp; in unionfs_node_update()
803 VI_UNLOCK(unp->un_dvp); in unionfs_node_update()
1440 if (unp->un_dvp == NULLVP) in unionfs_copyfile()
1446 VI_LOCK(unp->un_dvp); in unionfs_copyfile()
1447 dunp = VTOUNIONFS(unp->un_dvp); in unionfs_copyfile()
1450 VI_UNLOCK(unp->un_dvp); in unionfs_copyfile()