Lines Matching refs:utf16_path
421 __le16 *utf16_path; in smb3_query_mf_symlink() local
435 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink()
436 if (utf16_path == NULL) in smb3_query_mf_symlink()
443 kfree(utf16_path); in smb3_query_mf_symlink()
447 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL); in smb3_query_mf_symlink()
468 kfree(utf16_path); in smb3_query_mf_symlink()
483 __le16 *utf16_path; in smb3_create_mf_symlink() local
492 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
493 if (!utf16_path) in smb3_create_mf_symlink()
504 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL); in smb3_create_mf_symlink()
506 kfree(utf16_path); in smb3_create_mf_symlink()
530 kfree(utf16_path); in smb3_create_mf_symlink()