Lines Matching refs:utf16_path
356 __le16 *utf16_path;
370 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
371 if (utf16_path == NULL)
378 kfree(utf16_path);
382 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL,
404 kfree(utf16_path);
418 __le16 *utf16_path;
424 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
425 if (!utf16_path)
439 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL,
442 kfree(utf16_path);
466 kfree(utf16_path);