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