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()1217 if (old_parentvp) { in vnode_update_identity()1222 vnode_lock_spin(old_parentvp); in vnode_update_identity()1223 if ((old_parentvp->v_type != VDIR) && (old_parentvp->v_kusecount > 0)) { in vnode_update_identity()1224 --old_parentvp->v_kusecount; in vnode_update_identity()1226 vnode_unlock(old_parentvp); in vnode_update_identity()1240 while ((vp = old_parentvp) != NULLVP) { in vnode_update_identity()1278 old_parentvp = vp->v_parent; in vnode_update_identity()[all …]