Searched refs:old_parentvp (Results 1 – 1 of 1) sorted by relevance
1090 vnode_t old_parentvp = NULLVP; in vnode_update_identity() local1182 old_parentvp = vp->v_parent; in vnode_update_identity()1186 if (old_parentvp) { in vnode_update_identity()1215 if (old_parentvp) { in vnode_update_identity()1220 vnode_lock_spin(old_parentvp); in vnode_update_identity()1221 if ((old_parentvp->v_type != VDIR) && (old_parentvp->v_kusecount > 0)) { in vnode_update_identity()1222 --old_parentvp->v_kusecount; in vnode_update_identity()1224 vnode_unlock(old_parentvp); in vnode_update_identity()1238 while ((vp = old_parentvp) != NULLVP) { in vnode_update_identity()1276 old_parentvp = vp->v_parent; in vnode_update_identity()[all …]