Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/vfs/ !
H A Dvfs_cache.c1090 vnode_t old_parentvp = NULLVP; in vnode_update_identity() local
1182 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 …]