Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/kern/
H A Dkern_descrip.c4445 struct vnode *src_vp = NULLVP; in sys_fcntl_nocancel() local
4464 src_vp = (struct vnode *)fp_get_data(fp); in sys_fcntl_nocancel()
4465 if (src_vp->v_tag != VT_HFS && src_vp->v_tag != VT_APFS) { in sys_fcntl_nocancel()
4503 if (vnode_getwithref(src_vp)) { in sys_fcntl_nocancel()
4509 vnode_put(src_vp); in sys_fcntl_nocancel()
4519 if (dst_vp == src_vp) { in sys_fcntl_nocancel()
4520 vnode_put(src_vp); in sys_fcntl_nocancel()
4527 if (dst_vp->v_mount != src_vp->v_mount) { in sys_fcntl_nocancel()
4528 vnode_put(src_vp); in sys_fcntl_nocancel()
4538 if (vnode_authorize(src_vp, NULLVP, in sys_fcntl_nocancel()
[all …]
/xnu-10063.121.3/bsd/vfs/
H A Dvfs_cache.c1452 vnode_setasfirmlink(__unused vnode_t vp, __unused vnode_t src_vp) in vnode_setasfirmlink() argument