Searched refs:invpl (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_vnops.c | 3071 struct vnode *invpl, *outvpl; in vn_copy_file_range() local 3076 invpl = outvpl = NULL; in vn_copy_file_range() 3102 error = VOP_GETLOWVNODE(invp, &invpl, FREAD); in vn_copy_file_range() 3109 inmp = invpl->v_mount; in vn_copy_file_range() 3140 error = VOP_COPY_FILE_RANGE(invpl, inoffp, outvpl, outoffp, in vn_copy_file_range() 3145 error = vn_generic_copy_file_range(invpl, inoffp, outvpl, in vn_copy_file_range() 3154 if (invpl != NULL) in vn_copy_file_range() 3155 vrele(invpl); in vn_copy_file_range()
|