Searched refs:targetvp (Results 1 – 1 of 1) sorted by relevance
645 struct vnode *targetvp; in unionfs_open() local659 targetvp = NULL; in unionfs_open()683 targetvp = uvp; in unionfs_open()685 targetvp = lvp; in unionfs_open()687 if (targetvp == lvp && in unionfs_open()689 targetvp = NULL; in unionfs_open()691 if (targetvp == NULL) { in unionfs_open()700 targetvp = uvp = unp->un_uppervp; in unionfs_open()702 targetvp = lvp; in unionfs_open()704 targetvp = uvp; in unionfs_open()[all …]