Home
last modified time | relevance | path

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

/linux/tools/hv/
H A Dhv_fcopy_uio_daemon.c342 static int hv_fcopy_start(struct hv_start_fcopy *smsg_in) in hv_fcopy_start() argument
351 wcstoutf8(file_name, smsg_in->file_name, W_MAX_PATH - 1); in hv_fcopy_start()
352 wcstoutf8(path_name, smsg_in->path_name, W_MAX_PATH - 1); in hv_fcopy_start()
354 return hv_fcopy_create_file(file_name, path_name, smsg_in->copy_flags); in hv_fcopy_start()