The flash memory of max 10 split into parts relative to your configuration mode. When applying RSU you have to select "dual compressed image". If you do that flash memory splits into 3 section that are CFM0, CFM1 and UFM. CFMs stand as "Configuration Flash Memory" and they holds the fpga's configuration image. UFM stand as "User Flash Memory" and it holds user memory if there any. All of that flash memories logically high when they are empty and you can't change low bit to high, you can just change high bit to low. So if you wanna rewrite this sections you must clear them before write. There are UFM IP to do flash operations (relative manual: https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/max-10/ug_m10_ufm.pdf).
When it comes to RSU, the files that you mention refers to flash memory sections. You can send the fpga which flash section will you change and write them to relative flash section. Since RSU's goal change configuration of fpga, you generally send one of the cfms to write. As you mention these operations just changes fpga's configuration not C part. The other files that created also cannot change the C part of system. If you only use RSU logic on your C side, I recommend you to do the RSU in the fpga side so you can change all of your design.