Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cache.c965 vnode_t old_parentvp = NULLVP; in vnode_update_identity() local
1057 old_parentvp = vp->v_parent; in vnode_update_identity()
1061 if (old_parentvp) { in vnode_update_identity()
1090 if (old_parentvp) { in vnode_update_identity()
1095 vnode_lock_spin(old_parentvp); in vnode_update_identity()
1096 if ((old_parentvp->v_type != VDIR) && (old_parentvp->v_kusecount > 0)) { in vnode_update_identity()
1097 --old_parentvp->v_kusecount; in vnode_update_identity()
1099 vnode_unlock(old_parentvp); in vnode_update_identity()
1113 while ((vp = old_parentvp) != NULLVP) { in vnode_update_identity()
1151 old_parentvp = vp->v_parent; in vnode_update_identity()
[all …]