Searched refs:expected_device_sectors (Results 1 – 1 of 1) sorted by relevance
1152 uint64_t expected_device_sectors = status.device_size() / kSectorSize; in CollapseSnapshotDevice() local1154 if (expected_device_sectors != actual_device_sectors) { in CollapseSnapshotDevice()1155 LOG(ERROR) << "Outer device " << name << " should have " << expected_device_sectors in CollapseSnapshotDevice()