Home
last modified time | relevance | path

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

/xnu-10063.101.15/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()
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 …]