Searched refs:loop_devices (Results 1 – 2 of 2) sorted by relevance
457 std::vector<std::string> loop_devices; in MapWithLoopDevice() local458 AutoDetachLoopDevices auto_detach(control, loop_devices); in MapWithLoopDevice()469 loop_devices.emplace_back(loop_device); in MapWithLoopDevice()471 if (loop_devices.size() != file_list.size()) { in MapWithLoopDevice()477 if (!OptimizeLoopDevices(loop_devices)) { in MapWithLoopDevice()485 if (loop_devices.size() > 1) { in MapWithLoopDevice()486 if (!MapWithLoopDeviceList(loop_devices, name, timeout_ms, path)) { in MapWithLoopDevice()491 auto status_message = "loop:" + loop_devices.back(); in MapWithLoopDevice()500 *path = loop_devices.back(); in MapWithLoopDevice()
97 std::unordered_set<std::string> loop_devices; in CheckUniqueLoopDm() local102 CHECK(loop_devices.insert(pair.first.loop_name).second) in CheckUniqueLoopDm()110 CHECK(loop_devices.insert(pair.first.hashtree_loop_name).second) in CheckUniqueLoopDm()