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

/linux-master/include/uapi/linux/
H A Dhyperv.h122 #define W_MAX_PATH 260 macro
142 __u16 file_name[W_MAX_PATH];
143 __u16 path_name[W_MAX_PATH];
/linux-master/drivers/hv/
H A Dhv_fcopy.c137 * string is placed to W_MAX_PATH -1 to guarantee
151 utf16s_to_utf8s((wchar_t *)smsg_in->file_name, W_MAX_PATH,
153 (__u8 *)&smsg_out->file_name, W_MAX_PATH - 1);
155 utf16s_to_utf8s((wchar_t *)smsg_in->path_name, W_MAX_PATH,
157 (__u8 *)&smsg_out->path_name, W_MAX_PATH - 1);

Completed in 103 milliseconds