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