Lines Matching refs:mountId
254 LOG(INFO) << "Unmounting and cleaning up mount " << mountId << " with root '" << root << '\''; in ~IncFsMount()
445 if (id != mnt.mountId) { in onDump()
446 dprintf(fd, " reference to mountId: %d\n", mnt.mountId); in onDump()
448 dprintf(fd, " mountId: %d\n", mnt.mountId); in onDump()
562 if (ifs->mountId != id) { in onSystemReady()
684 const auto mountId = mountIt->first; in createStorage() local
687 auto ifs = std::make_shared<IncFsMount>(std::move(mountRoot), std::move(metricsKey), mountId, in createStorage()
702 const auto storageIt = ifs->makeStorage(ifs->mountId); in createStorage()
710 m.mutable_storage()->set_id(ifs->mountId); in createStorage()
742 LOG(INFO) << "created storage " << mountId; in createStorage()
743 return mountId; in createStorage()
1045 if (id != ifs.mountId) { in deleteStorageLocked()
1052 mMounts.erase(ifs.mountId); in deleteStorageLocked()
1507 auto mountId = mountRecord.storage().id(); in adoptMountedInstances() local
1508 mNextId = std::max(mNextId, mountId + 1); in adoptMountedInstances()
1523 mountId, std::move(control), *this); in adoptMountedInstances()
1643 mMounts[ifs->mountId] = std::move(ifs); in adoptMountedInstances()
1704 ifs->mountId = mount.storage().id(); in mountExistingImage()
1705 mNextId = std::max(mNextId, ifs->mountId + 1); in mountExistingImage()
1793 mMounts[ifs->mountId] = std::move(ifs); in mountExistingImage()
1825 fsControlParcel.service = new IncrementalServiceConnector(*this, ifs.mountId); in prepareDataLoaderLocked()
1828 new DataLoaderStub(*this, ifs.mountId, std::move(params), std::move(fsControlParcel), in prepareDataLoaderLocked()
1834 addIfsStateCallback(ifs.mountId, [this](StorageId storageId, IfsState state) -> bool { in prepareDataLoaderLocked()
1848 addIfsStateCallback(ifs.mountId, [this](StorageId storageId, IfsState state) -> bool { in prepareDataLoaderLocked()
2046 auto& existingJobs = mJobQueue[ifs->mountId]; in configureNativeBinaries()
2125 mount = ifs->mountId; in waitForNativeBinariesExtraction()
2356 if (ifs->mountId == id && ifs->dataLoaderStub && in onAppOpChanged()
2832 binder::Status IncrementalService::DataLoaderStub::onStatusChanged(MountId mountId, int newStatus) { in onStatusChanged() argument
2837 mService.mDataLoaderManager->unbindFromDataLoader(mountId); in onStatusChanged()
2843 if (id() != mountId) { in onStatusChanged()
2845 << ", but got: " << mountId; in onStatusChanged()