Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hv/
Dhv_fcopy.c160 utf16s_to_utf8s((wchar_t *)smsg_in->file_name, W_MAX_PATH, in fcopy_send_data()
162 (__u8 *)&smsg_out->file_name, W_MAX_PATH - 1); in fcopy_send_data()
164 utf16s_to_utf8s((wchar_t *)smsg_in->path_name, W_MAX_PATH, in fcopy_send_data()
166 (__u8 *)&smsg_out->path_name, W_MAX_PATH - 1); in fcopy_send_data()
/Linux-v4.19/include/uapi/linux/
Dhyperv.h111 #define W_MAX_PATH 260 macro
131 __u16 file_name[W_MAX_PATH];
132 __u16 path_name[W_MAX_PATH];