Lines Matching refs:utf16_path
382 __le16 *utf16_path; in smb3_query_mf_symlink() local
394 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink()
395 if (utf16_path == NULL) in smb3_query_mf_symlink()
402 kfree(utf16_path); in smb3_query_mf_symlink()
406 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL, in smb3_query_mf_symlink()
428 kfree(utf16_path); in smb3_query_mf_symlink()
442 __le16 *utf16_path; in smb3_create_mf_symlink() local
448 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
449 if (!utf16_path) in smb3_create_mf_symlink()
460 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb3_create_mf_symlink()
463 kfree(utf16_path); in smb3_create_mf_symlink()
487 kfree(utf16_path); in smb3_create_mf_symlink()