Searched refs:loop_devices (Results 1 – 2 of 2) sorted by relevance
471 std::vector<std::string> loop_devices; in MapWithLoopDevice() local472 AutoDetachLoopDevices auto_detach(control, loop_devices); in MapWithLoopDevice()483 loop_devices.emplace_back(loop_device); in MapWithLoopDevice()485 if (loop_devices.size() != file_list.size()) { in MapWithLoopDevice()491 if (!OptimizeLoopDevices(loop_devices)) { in MapWithLoopDevice()499 if (loop_devices.size() > 1) { in MapWithLoopDevice()500 if (!MapWithLoopDeviceList(loop_devices, name, timeout_ms, path)) { in MapWithLoopDevice()504 auto status_message = "loop:" + loop_devices.back(); in MapWithLoopDevice()513 *path = loop_devices.back(); in MapWithLoopDevice()
254 std::unordered_set<std::string> loop_devices; in CheckUniqueLoopDm() local259 CHECK(loop_devices.insert(pair.first.loop_name).second) in CheckUniqueLoopDm()267 CHECK(loop_devices.insert(pair.first.hashtree_loop_name).second) in CheckUniqueLoopDm()