Home
last modified time | relevance | path

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

/freebsd/sys/fs/unionfs/
H A Dunion_vnops.c624 struct vnode *targetvp; in unionfs_open() local
638 targetvp = NULLVP; in unionfs_open()
662 targetvp = uvp; in unionfs_open()
664 targetvp = lvp; in unionfs_open()
666 if (targetvp == lvp && in unionfs_open()
668 targetvp = NULLVP; in unionfs_open()
670 if (targetvp == NULLVP) { in unionfs_open()
679 targetvp = uvp = unp->un_uppervp; in unionfs_open()
681 targetvp = lvp; in unionfs_open()
683 targetvp = uvp; in unionfs_open()
[all …]