Searched refs:old_parentvp (Results 1 – 1 of 1) sorted by relevance
1124 vnode_t old_parentvp = NULLVP; in vnode_update_identity() local1216 old_parentvp = vp->v_parent; in vnode_update_identity()1220 if (old_parentvp) { in vnode_update_identity()1251 if (old_parentvp) { in vnode_update_identity()1256 vnode_lock_spin(old_parentvp); in vnode_update_identity()1257 if ((old_parentvp->v_type != VDIR) && (old_parentvp->v_kusecount > 0)) { in vnode_update_identity()1258 --old_parentvp->v_kusecount; in vnode_update_identity()1260 vnode_unlock(old_parentvp); in vnode_update_identity()1274 while ((vp = old_parentvp) != NULLVP) { in vnode_update_identity()1312 old_parentvp = vp->v_parent; in vnode_update_identity()[all …]