Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp631 uint64_t snapshot_sectors = status.snapshot_size() / kSectorSize; in MapSnapshot() local
667 table.Emplace<DmTargetSnapshot>(0, snapshot_sectors, base_device, cow_device, mode, in MapSnapshot()
1574 uint64_t snapshot_sectors = status.snapshot_size() / kSectorSize; in CollapseSnapshotDevice() local
1575 if (snapshot_sectors * kSectorSize != status.snapshot_size()) { in CollapseSnapshotDevice()