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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_util.c181 int synthfs_move_rename_entry(struct vnode *source_vp, struct vnode *newparent_vp, char *new_name) { argument
182 struct synthfsnode *source_sp = VTOS(source_vp);
188 result = synthfs_remove_entry(source_vp);
H A Dsynthfs_vnops.c460 #% rename source_vp U U U
466 IN WILLRELE struct vnode *source_vp;
501 struct vnode *source_vp = ap->a_fvp; local
521 source_sp = VTOS(source_vp);
573 if (source_vp->v_type == VREG) cache_purge(source_vp);
575 retval = synthfs_move_rename_entry( source_vp, targetPar_vp, target_cnp->cn_nameptr);
H A Dsynthfs.h233 int synthfs_move_rename_entry (struct vnode *source_vp, struct vnode *newparent_vp, char *newname);

Completed in 36 milliseconds