Searched refs:target_vp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vnops.c462 #% rename target_vp X U U
469 IN WILLRELE struct vnode *target_vp;
499 struct vnode *target_vp = ap->a_tvp; local
545 target_sp = target_vp ? VTOS(target_vp) : NULL;
554 if (target_vp) {
557 if (target_vp->v_type == VREG) {
558 (void) vnode_uncache(target_vp);
561 cache_purge(target_vp);
563 retval = synthfs_remove_internal(targetPar_vp, target_vp, target_cn
1025 struct vnode *target_vp = NULL; local
[all...]

Completed in 23 milliseconds