Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_vnops.c3069 struct vnode *invpl, *outvpl; in vn_copy_file_range() local
3074 invpl = outvpl = NULL; in vn_copy_file_range()
3100 error = VOP_GETLOWVNODE(invp, &invpl, FREAD); in vn_copy_file_range()
3107 inmp = invpl->v_mount; in vn_copy_file_range()
3138 error = VOP_COPY_FILE_RANGE(invpl, inoffp, outvpl, outoffp, in vn_copy_file_range()
3143 error = vn_generic_copy_file_range(invpl, inoffp, outvpl, in vn_copy_file_range()
3152 if (invpl != NULL) in vn_copy_file_range()
3153 vrele(invpl); in vn_copy_file_range()