Home
last modified time | relevance | path

Searched refs:LockedFile (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h474 class LockedFile final {
478 ~LockedFile();
550 void RemoveInvalidSnapshots(LockedFile* lock);
553 bool RemoveAllSnapshots(LockedFile* lock);
581 std::unique_ptr<LockedFile> LockShared();
582 std::unique_ptr<LockedFile> LockExclusive();
586 UpdateState ReadUpdateState(LockedFile* file);
602 void AcknowledgeMergeSuccess(LockedFile* lock);
755 bool UnmapAllSnapshots(LockedFile* lock);
819 bool UpdateUsesCompression(LockedFile* lock);
[all …]
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp1661 bool SnapshotManager::HandleCancelledUpdate(LockedFile* lock, in HandleCancelledUpdate()
1939 void SnapshotManager::RemoveInvalidSnapshots(LockedFile* lock) { in RemoveInvalidSnapshots()
1966 bool SnapshotManager::RemoveAllSnapshots(LockedFile* lock) { in RemoveAllSnapshots()
2123 bool SnapshotManager::UpdateUsesCompression(LockedFile* lock) { in UpdateUsesCompression()
2130 bool SnapshotManager::UpdateUsesIouring(LockedFile* lock) { in UpdateUsesIouring()
2314 bool SnapshotManager::MapPartitionWithSnapshot(LockedFile* lock, in MapPartitionWithSnapshot()
2784 bool SnapshotManager::UnmapAllSnapshots(LockedFile* lock) { in UnmapAllSnapshots()
2810 -> std::unique_ptr<LockedFile> { in OpenFile()
2826 SnapshotManager::LockedFile::~LockedFile() { in ~LockedFile()
2918 UpdateState SnapshotManager::ReadUpdateState(LockedFile* lock) { in ReadUpdateState()
[all …]
H A Dutility.h84 AutoDeleteSnapshot(SnapshotManager* manager, SnapshotManager::LockedFile* lock, in AutoDeleteSnapshot()
92 SnapshotManager::LockedFile* lock_ = nullptr;
H A Dsnapshot_test.cpp529 std::unique_ptr<SnapshotManager::LockedFile> lock_;
914 std::unique_ptr<SnapshotManager::LockedFile> lock_;