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

/xnu-2422.115.4/bsd/kern/
H A Dkern_descrip.c1896 struct vnode *src_vp = NULLVP; local
1907 src_vp = (struct vnode *)fp->f_data;
1908 if (src_vp->v_tag != VT_HFS) {
1946 if (vnode_getwithref(src_vp)) {
1952 vnode_put (src_vp);
1962 if (dst_vp == src_vp) {
1963 vnode_put (src_vp);
1970 if (dst_vp->v_mount != src_vp->v_mount) {
1971 vnode_put (src_vp);
1981 if(vnode_authorize(src_vp, NULLV
[all...]
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_link.c65 int hfs_makelink(struct hfsmount *hfsmp, struct vnode *src_vp, struct cnode *cp,
127 * using the name in cnp. src_vp is the vnode that
134 hfs_makelink(struct hfsmount *hfsmp, struct vnode *src_vp, struct cnode *cp, argument
356 if (vp == src_vp) {
368 if (vp == src_vp) {

Completed in 27 milliseconds