Lines Matching refs:utf16_path
394 __le16 *utf16_path; in smb3_query_mf_symlink() local
406 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink()
407 if (utf16_path == NULL) in smb3_query_mf_symlink()
414 kfree(utf16_path); in smb3_query_mf_symlink()
418 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL, in smb3_query_mf_symlink()
440 kfree(utf16_path); in smb3_query_mf_symlink()
454 __le16 *utf16_path; in smb3_create_mf_symlink() local
460 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
461 if (!utf16_path) in smb3_create_mf_symlink()
472 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb3_create_mf_symlink()
475 kfree(utf16_path); in smb3_create_mf_symlink()
499 kfree(utf16_path); in smb3_create_mf_symlink()