Lines Matching refs:utf16_path
397 __le16 *utf16_path;
409 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
410 if (utf16_path == NULL)
417 kfree(utf16_path);
421 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL,
443 kfree(utf16_path);
457 __le16 *utf16_path;
463 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
464 if (!utf16_path)
476 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL,
479 kfree(utf16_path);
503 kfree(utf16_path);