Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/
H A Dlookup.c1242 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()
[all …]