Lines Matching refs:compvp
1242 vnode_t *compvp, *realvp; in vnodetopath_common() local
1315 NULL, &compvp, rootdir, rootdir, kcred) == 0) { in vnodetopath_common()
1318 VN_RELE(compvp); in vnodetopath_common()
1340 &compvp, vrootp, vrootp, cr); in vnodetopath_common()
1346 if (!vn_compare(vp, compvp) && in vnodetopath_common()
1347 !vnode_match(vp, compvp, cr)) { in vnodetopath_common()
1348 VN_RELE(compvp); in vnodetopath_common()
1352 VN_RELE(compvp); in vnodetopath_common()
1405 vnode_t *compvp; in dogetcwd() local
1442 if (lookuppn(&pnp, &rpnp, NO_FOLLOW, NULL, &compvp) == 0) { in dogetcwd()
1444 if (VN_CMP(vp, compvp) && in dogetcwd()
1446 VN_RELE(compvp); in dogetcwd()
1459 VN_RELE(compvp); in dogetcwd()