Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hv/
Dhv_fcopy.c125 struct hv_start_fcopy *smsg_in; in fcopy_send_data() local
148 smsg_in = (struct hv_start_fcopy *)fcopy_transaction.fcopy_msg; in fcopy_send_data()
150 utf16s_to_utf8s((wchar_t *)smsg_in->file_name, W_MAX_PATH, in fcopy_send_data()
154 utf16s_to_utf8s((wchar_t *)smsg_in->path_name, W_MAX_PATH, in fcopy_send_data()
158 smsg_out->copy_flags = smsg_in->copy_flags; in fcopy_send_data()
159 smsg_out->file_size = smsg_in->file_size; in fcopy_send_data()