Lines Matching refs:utf16_path
2787 __le16 *utf16_path = NULL;
2793 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb);
2794 if (!utf16_path)
2840 tcon->tree_name, utf16_path);
2847 kfree(utf16_path);
2848 utf16_path = copy_path;
2850 uni_path_len = (2 * UniStrnlen((wchar_t *)utf16_path, PATH_MAX)) + 2;
2860 memcpy((char *)copy_path, (const char *)utf16_path,
2864 kfree(utf16_path);
2865 utf16_path = copy_path;
2870 iov[1].iov_base = utf16_path;
2928 kfree(utf16_path);