Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp410 uint64_t linear_sectors = (status.device_size() - status.snapshot_size()) / kSectorSize; in MapSnapshot() local
439 auto snap_name = (linear_sectors > 0) ? GetSnapshotExtraDeviceName(name) : name; in MapSnapshot()
449 if (linear_sectors) { in MapSnapshot()
462 table.Emplace<DmTargetLinear>(snapshot_sectors, linear_sectors, base_device, in MapSnapshot()