Lines Matching refs:storageIt
702 const auto storageIt = ifs->makeStorage(ifs->mountId); in createStorage() local
703 if (storageIt == ifs->storages.end()) { in createStorage()
729 if (auto err = addBindMount(*ifs, storageIt->first, storageIt->second.name, in createStorage()
730 std::string(storageIt->second.name), std::move(mountNorm), bk, l); in createStorage()
763 const auto storageIt = ifs->makeStorage(storageId); in createLinkedStorage() local
764 if (storageIt == ifs->storages.end()) { in createLinkedStorage()
774 if (auto err = addBindMount(*ifs, storageIt->first, storageIt->second.name, in createLinkedStorage()
775 std::string(storageIt->second.name), path::normalize(mountPoint), in createLinkedStorage()
779 (void)mIncFs->unlink(ifs->control, storageIt->second.name); in createLinkedStorage()
780 ifs->storages.erase(storageIt); in createLinkedStorage()
1118 const auto storageIt = mBindsByPath.find(norm); in unbind() local
1119 if (storageIt == mBindsByPath.end() || storageIt->second->second.storage != storage) { in unbind()
1122 const auto bindIt = storageIt->second; in unbind()
1130 mBindsByPath.erase(storageIt); in unbind()
1151 const IncFsMount& incfs, IncFsMount::StorageMap::const_iterator storageIt, in normalizePathToStorageLocked() argument
1154 return path::normalize(path::join(storageIt->second.name, path)); in normalizePathToStorageLocked()
1157 if (path::startsWith(normPath, storageIt->second.name)) { in normalizePathToStorageLocked()