Lines Matching refs:utf16_path
346 __le16 *utf16_path; in smb3_query_mf_symlink() local
360 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink()
361 if (utf16_path == NULL) in smb3_query_mf_symlink()
368 kfree(utf16_path); in smb3_query_mf_symlink()
372 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL, in smb3_query_mf_symlink()
394 kfree(utf16_path); in smb3_query_mf_symlink()
408 __le16 *utf16_path; in smb3_create_mf_symlink() local
414 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
415 if (!utf16_path) in smb3_create_mf_symlink()
429 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb3_create_mf_symlink()
432 kfree(utf16_path); in smb3_create_mf_symlink()
456 kfree(utf16_path); in smb3_create_mf_symlink()