Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dhv_fcopy.c135 struct hv_start_fcopy *smsg_in; in fcopy_send_data() local
158 smsg_in = (struct hv_start_fcopy *)fcopy_transaction.fcopy_msg; in fcopy_send_data()
160 utf16s_to_utf8s((wchar_t *)smsg_in->file_name, W_MAX_PATH, in fcopy_send_data()
164 utf16s_to_utf8s((wchar_t *)smsg_in->path_name, W_MAX_PATH, in fcopy_send_data()
168 smsg_out->copy_flags = smsg_in->copy_flags; in fcopy_send_data()
169 smsg_out->file_size = smsg_in->file_size; in fcopy_send_data()