/system/core/fs_mgr/libsnapshot/snapuserd/ |
D | snapuserd_client.cpp | 214 uint64_t SnapuserdClient::InitDmUserCow(const std::string& misc_name, const std::string& cow_device, in InitDmUserCow() argument 220 parts = {"init", misc_name, cow_device, backing_device}; in InitDmUserCow() 223 parts = {"init", misc_name, cow_device, backing_device, base_path_merge}; in InitDmUserCow() 240 LOG(DEBUG) << "Snapuserd daemon COW device initialized: " << cow_device in InitDmUserCow()
|
/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/ |
D | snapuserd.h | 97 ReadAheadThread(const std::string& cow_device, const std::string& backing_device, 138 WorkerThread(const std::string& cow_device, const std::string& backing_device, 209 Snapuserd(const std::string& misc_name, const std::string& cow_device,
|
D | snapuserd_readahead.cpp | 165 ReadAheadThread::ReadAheadThread(const std::string& cow_device, const std::string& backing_device, in ReadAheadThread() argument 168 cow_device_ = cow_device; in ReadAheadThread()
|
D | snapuserd_worker.cpp | 35 WorkerThread::WorkerThread(const std::string& cow_device, const std::string& backing_device, in WorkerThread() argument 38 cow_device_ = cow_device; in WorkerThread()
|
D | snapuserd.cpp | 47 Snapuserd::Snapuserd(const std::string& misc_name, const std::string& cow_device, in Snapuserd() argument 50 cow_device_ = cow_device; in Snapuserd()
|
/system/core/fs_mgr/libsnapshot/snapuserd/include/snapuserd/ |
D | snapuserd_client.h | 70 uint64_t InitDmUserCow(const std::string& misc_name, const std::string& cow_device,
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_writer.cpp | 56 bool CompressedSnapshotWriter::SetCowDevice(android::base::unique_fd&& cow_device) { in SetCowDevice() argument 57 cow_device_ = std::move(cow_device); in SetCowDevice()
|
D | snapshot.cpp | 535 const std::string& base_device, const std::string& cow_device, in MapSnapshot() argument 620 table.Emplace<DmTargetSnapshot>(0, snapshot_sectors, base_device, cow_device, mode, in MapSnapshot() 934 std::string base_device, cow_device; in RewriteSnapshotDeviceTable() local 935 if (!DmTargetSnapshot::GetDevicesFromParams(old_targets[0].data, &base_device, &cow_device)) { in RewriteSnapshotDeviceTable() 941 table.Emplace<DmTargetSnapshot>(0, old_targets[0].spec.length, base_device, cow_device, in RewriteSnapshotDeviceTable() 1590 std::string base_device, cow_device; in CollapseSnapshotDevice() local 1591 if (!DmTargetSnapshot::GetDevicesFromParams(target.data, &base_device, &cow_device)) { in CollapseSnapshotDevice() 2435 std::string cow_device; in MapPartitionWithSnapshot() local 2436 if (!GetMappedImageDeviceStringOrPath(cow_name, &cow_device)) { in MapPartitionWithSnapshot() 2496 cow_device = new_cow_device; in MapPartitionWithSnapshot() [all …]
|
D | snapshot_test.cpp | 405 std::string cow_device; in CreateCowImage() local 406 auto map_res = MapCowImage(name, 10s, &cow_device); in CreateCowImage() 410 if (!InitializeKernelCow(cow_device)) { in CreateCowImage() 411 return AssertionFailure() << "Cannot zero fill " << cow_device; in CreateCowImage() 595 std::string cow_device; in TEST_F() local 596 ASSERT_TRUE(MapCowImage("test-snapshot", 10s, &cow_device)); in TEST_F() 599 ASSERT_TRUE(sm->MapSnapshot(lock_.get(), "test-snapshot", base_device, cow_device, 10s, in TEST_F()
|
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
D | snapuserd_core.h | 101 ReadAhead(const std::string& cow_device, const std::string& backing_device, 207 Worker(const std::string& cow_device, const std::string& backing_device, 303 SnapshotHandler(std::string misc_name, std::string cow_device, std::string backing_device,
|
D | snapuserd_core.cpp | 33 SnapshotHandler::SnapshotHandler(std::string misc_name, std::string cow_device, in SnapshotHandler() argument 38 cow_device_ = std::move(cow_device); in SnapshotHandler()
|
D | snapuserd_dm_user.cpp | 26 Worker::Worker(const std::string& cow_device, const std::string& backing_device, in Worker() argument 29 cow_device_ = cow_device; in Worker()
|
D | snapuserd_readahead.cpp | 26 ReadAhead::ReadAhead(const std::string& cow_device, const std::string& backing_device, in ReadAhead() argument 28 cow_device_ = cow_device; in ReadAhead()
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm_target.h | 205 const std::string& cow_device, SnapshotStorageMode mode, uint64_t chunk_size) in DmTargetSnapshot() argument 208 cow_device_(cow_device), in DmTargetSnapshot() 227 std::string* cow_device);
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 141 std::string cow_device = NextArg(); in Next() local 161 cow_device, mode, chunk_size); in Next() 170 std::string cow_device = NextArg(); in Next() local 180 cow_device, mode, chunk_size); in Next()
|
/system/core/fs_mgr/libdm/ |
D | dm_target.cpp | 225 std::string* cow_device) { in GetDevicesFromParams() argument 232 *cow_device = pieces[1]; in GetDevicesFromParams()
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot_writer.h | 67 bool SetCowDevice(android::base::unique_fd&& cow_device);
|
D | snapshot.h | 520 const std::string& cow_device, const std::chrono::milliseconds& timeout_ms,
|