Lines Matching +full:re +full:- +full:provisioned
11 #include <phosphor-logging/elog-errors.hpp>
12 #include <phosphor-logging/log.hpp>
27 // When you see server:: you know we're referencing our base class
54 version->deleteObject = std::make_unique<Delete>(bus, objPath, *version); in createVersionObject()
79 // for example /media/pnor-ro-2a1022fe. in processPNORImage()
141 activations.find(id)->second->redundancyPriority = in processPNORImage()
143 bus, path, *(activations.find(id)->second), priority); in processPNORImage()
150 versionPtr->deleteObject = in processPNORImage()
161 log<level::ERR>("No corresponding read-only volume found.", in processPNORImage()
187 return -1; in validateSquashFSImage()
193 auto serviceFile = "obmc-flash-bios-ubiumount-ro@" + versionId + ".service"; in removeReadOnlyPartition()
195 // Remove the read-only partitions. in removeReadOnlyPartition()
204 auto serviceFile = "obmc-flash-bios-ubiumount-rw@" + versionId + ".service"; in removeReadWritePartition()
206 // Remove the read-write partitions. in removeReadWritePartition()
226 // Clear the read-write partitions. in reset()
240 // provisioned for the system. in reset()
277 // active PNOR is the version we're checking in isVersionFunctional()
291 if (intf.second->redundancyPriority) in freePriority()
294 intf.second->redundancyPriority.get()->priority(), in freePriority()
295 intf.second->versionId)); in freePriority()
308 it->second->redundancyPriority.get()->sdbusplus::xyz:: in freePriority()
326 // Removing read-only and read-write partitions in erase()
349 // Remove any remaining pnor-ro- or pnor-rw- volumes that do not match in deleteAll()
353 method.append("obmc-flash-bios-cleanup.service", "replace"); in deleteAll()
370 if (iter.second.get()->activation() == in freeSpace()
378 isVersionFunctional(iter.second->versionId)) in freeSpace()
383 iter.second->redundancyPriority.get()->priority(), in freeSpace()
384 iter.second->versionId)); in freeSpace()
388 // If the number of PNOR versions is over ACTIVE_PNOR_MAX_ALLOWED -1, in freeSpace()
394 count--; in freeSpace()
415 // for example /media/ro-2a1022fe in determineId()