fd_copyin
ret = fd_copyin(ptr->data, ptr->kernel_data, ptr->length);
ret = fd_copyin((void __user *)param, &inparam, size);