Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hv/
Dhv_fcopy.c146 utf16s_to_utf8s((wchar_t *)smsg_in->file_name, W_MAX_PATH, in fcopy_send_data()
148 (__u8 *)&smsg_out->file_name, W_MAX_PATH - 1); in fcopy_send_data()
150 utf16s_to_utf8s((wchar_t *)smsg_in->path_name, W_MAX_PATH, in fcopy_send_data()
152 (__u8 *)&smsg_out->path_name, W_MAX_PATH - 1); in fcopy_send_data()
/linux-4.4.14/include/uapi/linux/
Dhyperv.h110 #define W_MAX_PATH 260 macro
130 __u16 file_name[W_MAX_PATH];
131 __u16 path_name[W_MAX_PATH];
/linux-4.4.14/tools/hv/
Dhv_fcopy_daemon.c39 static char target_fname[W_MAX_PATH];