Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_vnops.c2850 if (invp->v_mount == outvp->v_mount) in vn_copy_file_range()
3005 error = vn_lock(outvp, LK_EXCLUSIVE); in vn_write_outvp()
3009 VOP_UNLOCK(outvp); in vn_write_outvp()
3016 error = vn_lock(outvp, lckf); in vn_write_outvp()
3023 VOP_UNLOCK(outvp); in vn_write_outvp()
3071 error = vn_lock(outvp, LK_EXCLUSIVE); in vn_generic_copy_file_range()
3098 outcred, outvp); in vn_generic_copy_file_range()
3106 VOP_UNLOCK(outvp); in vn_generic_copy_file_range()
3194 error = vn_write_outvp(outvp, dat, in vn_generic_copy_file_range()
3202 error = vn_write_outvp(outvp, dat, in vn_generic_copy_file_range()
[all …]
H A Dvnode_if.src780 %% copy_file_range outvp U U U
785 IN struct vnode *outvp;
H A Dvfs_syscalls.c4788 struct vnode *invp, *outvp; in kern_copy_file_range() local
4845 outvp = outfp->f_vnode; in kern_copy_file_range()
4861 if (invp == outvp && ((savinoff <= savoutoff && savinoff + len > in kern_copy_file_range()
4870 rl_wcookie = vn_rangelock_wlock(outvp, *outoffp, *outoffp + in kern_copy_file_range()
4876 vn_rangelock_unlock(outvp, rl_wcookie); in kern_copy_file_range()
4882 error = vn_copy_file_range(invp, inoffp, outvp, outoffp, &retlen, in kern_copy_file_range()
4888 vn_rangelock_unlock(outvp, rl_wcookie); in kern_copy_file_range()
/f-stack/freebsd/sys/
H A Dvnode.h728 struct vnode *outvp, off_t *outoffp, size_t *lenp,
735 struct vnode *outvp, off_t *outoffp, size_t *lenp,