Searched refs:targetvp (Results 1 – 1 of 1) sorted by relevance
505 struct vnode *targetvp; in unionfs_open() local517 targetvp = NULLVP; in unionfs_open()540 targetvp = uvp; in unionfs_open()542 targetvp = lvp; in unionfs_open()544 if (targetvp == lvp && in unionfs_open()546 targetvp = NULLVP; in unionfs_open()548 if (targetvp == NULLVP) { in unionfs_open()555 targetvp = uvp = unp->un_uppervp; in unionfs_open()557 targetvp = lvp; in unionfs_open()559 targetvp = uvp; in unionfs_open()[all …]