Lines Matching refs:utf16_path
398 __le16 *utf16_path; in smb3_query_mf_symlink() local
412 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink()
413 if (utf16_path == NULL) in smb3_query_mf_symlink()
420 kfree(utf16_path); in smb3_query_mf_symlink()
424 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL, in smb3_query_mf_symlink()
446 kfree(utf16_path); in smb3_query_mf_symlink()
461 __le16 *utf16_path; in smb3_create_mf_symlink() local
470 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
471 if (!utf16_path) in smb3_create_mf_symlink()
482 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb3_create_mf_symlink()
485 kfree(utf16_path); in smb3_create_mf_symlink()
509 kfree(utf16_path); in smb3_create_mf_symlink()