Home
last modified time | relevance | path

Searched refs:un_dvp (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/unionfs/
H A Dunion_subr.c122 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()
[all …]
H A Dunion.h87 struct vnode *un_dvp; /* parent unionfs vnode */ member
H A Dunion_vnops.c175 dtmpvp = dunp->un_dvp; in unionfs_lookup()
2057 vp = unp->un_dvp; in unionfs_getwritemount()