Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_merge.cpp86 SNAP_LOG(INFO) << "MergeReplaceZeroOps started...."; in MergeReplaceZeroOps()
124 SNAP_LOG(ERROR) in MergeReplaceZeroOps()
151 SNAP_LOG(ERROR) in MergeReplaceZeroOps()
181 SNAP_LOG(INFO) << "MergeOrderedOpsAsync started...."; in MergeOrderedOpsAsync()
189 SNAP_LOG(DEBUG) << "Waiting for merge begin..."; in MergeOrderedOpsAsync()
362 SNAP_LOG(INFO) << "MergeOrderedOps started...."; in MergeOrderedOps()
454 SNAP_LOG(INFO) << "MergeOrderedOpsAsync completed"; in AsyncMerge()
464 SNAP_LOG(INFO) << "MergeOrderedOps completed"; in SyncMerge()
540 SNAP_LOG(DEBUG) << "Waiting for merge begin..."; in RunMergeThread()
550 SNAP_LOG(INFO) << "Merge starting.."; in RunMergeThread()
[all …]
H A Dsnapuserd_dm_user.cpp90 SNAP_LOG(ERROR) << "ReadFromBaseDevice: Failed to get payload buffer"; in ReadFromSourceDevice()
141 SNAP_LOG(ERROR) << "ProcessZeroOp: Failed to get payload buffer"; in ProcessZeroOp()
152 SNAP_LOG(ERROR) << "ProcessOrderedOp: Failed to get payload buffer"; in ProcessOrderedOp()
166 SNAP_LOG(ERROR) << "ReadDataFromBaseDevice at sector: " in ProcessOrderedOp()
204 SNAP_LOG(ERROR) << "ProcessCowOp: Invalid cow_op"; in ProcessCowOp()
255 SNAP_LOG(INFO) << "Processing snapshot I/O requests...."; in RunThread()
355 SNAP_LOG(ERROR) << "ReadDataFromBaseDevice failed"; in ReadAlignedSector()
364 SNAP_LOG(ERROR) << "ProcessCowOp failed"; in ReadAlignedSector()
623 SNAP_LOG(DEBUG) << "Daemon: msg->seq: " << std::dec << header->seq; in ProcessIORequest()
624 SNAP_LOG(DEBUG) << "Daemon: msg->len: " << std::dec << header->len; in ProcessIORequest()
[all …]
H A Dsnapuserd_core.cpp53 SNAP_LOG(ERROR) << "Thread initialization failed"; in InitializeWorkers()
160 SNAP_LOG(DEBUG) << "ReadMetadata: Parsing cow file"; in ReadMetadata()
163 SNAP_LOG(ERROR) << "Failed to parse"; in ReadMetadata()
168 SNAP_LOG(ERROR) << "Failed to get header"; in ReadMetadata()
177 SNAP_LOG(INFO) << "Merge-ops: " << header.num_merge_ops; in ReadMetadata()
180 SNAP_LOG(ERROR) << "mmap failed"; in ReadMetadata()
237 SNAP_LOG(INFO) << "Merged-ops: " << header.num_merge_ops in ReadMetadata()
267 SNAP_LOG(ERROR) << "mmap metadata failed"; in MmapMetadata()
290 SNAP_LOG(ERROR) << "Cannot open block device"; in InitCowDevice()
316 SNAP_LOG(INFO) << "Read-ahead thread started..."; in Start()
[all …]
H A Dsnapuserd_verify.cpp69 SNAP_LOG(ERROR) << "No dm-enabled block device is found."; in VerifyUpdatePartition()
83 SNAP_LOG(ERROR) << "Failed to find dm block device for " << partition_name; in VerifyUpdatePartition()
88 SNAP_LOG(ERROR) << "Partition: " << partition_name in VerifyUpdatePartition()
100 SNAP_LOG(ERROR) << "open failed: " << dm_block_device; in VerifyBlocks()
137 SNAP_LOG(DEBUG) << "Verification success with bytes-read: " << bytes_read in VerifyBlocks()
147 SNAP_LOG(INFO) << "VerifyPartition: " << partition_name << " Block-device: " << dm_block_device; in VerifyPartition()
158 SNAP_LOG(ERROR) << "open failed: " << dm_block_device; in VerifyPartition()
169 SNAP_LOG(ERROR) << "dev_sz: " << dev_sz << " is not block aligned"; in VerifyPartition()
212 SNAP_LOG(INFO) << "Partition: " << partition_name << " Block-device: " << dm_block_device in VerifyPartition()
H A Dsnapuserd_readahead.cpp177 SNAP_LOG(ERROR) << "ReadAheadIOCompleted failed..."; in ReconstructDataFromCow()
182 SNAP_LOG(INFO) << "ReconstructDataFromCow success"; in ReconstructDataFromCow()
321 SNAP_LOG(ERROR) << "ReadXorData failed"; in ReadAheadAsyncIO()
327 SNAP_LOG(ERROR) << "ReapIoCompletions failed"; in ReadAheadAsyncIO()
471 SNAP_LOG(ERROR) in ReadXorData()
506 SNAP_LOG(DEBUG) << " Read-ahead completed...."; in ReadAheadSyncIO()
564 SNAP_LOG(ERROR) in ReadAheadSyncIO()
643 SNAP_LOG(ERROR) << "ReadAheadSyncIO failed"; in ReadAheadIOStart()
680 SNAP_LOG(ERROR) << "ReadAheadIOCompleted failed..."; in ReadAheadIOStart()
697 SNAP_LOG(ERROR) << "io_uring_queue_init failed with ret: " << ret; in InitializeIouring()
[all …]
H A Dsnapuserd_transitions.cpp615 SNAP_LOG(ERROR) << "GetRABuffer - Lock not held"; in GetRABuffer()
621 SNAP_LOG(ERROR) << "Block: " << block << " not found in RA buffer"; in GetRABuffer()
H A Dsnapuserd_core.h64 #define SNAP_LOG(level) LOG(level) << misc_name_ << ": " macro
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dsnapuserd_worker.cpp32 #define SNAP_LOG(level) LOG(level) << misc_name_ << ": " macro
145 SNAP_LOG(DEBUG) << " GetReadAheadPopulatedBuffer failed..." in ProcessCopyOp()
159 SNAP_LOG(ERROR) << "ProcessZeroOp: Failed to get payload buffer"; in ProcessZeroOp()
169 SNAP_LOG(ERROR) << "ProcessCowOp: Invalid cow_op"; in ProcessCowOp()
332 SNAP_LOG(ERROR) << "Invalid IO request at sector " << sector in ReadData()
503 SNAP_LOG(ERROR) in GetNumberOfMergedOps()
556 SNAP_LOG(DEBUG) << "ProcessMergeComplete: chunk: " << chunk in ProcessMergeComplete()
586 SNAP_LOG(ERROR) << "CommitMerge failed..."; in ProcessMergeComplete()
731 SNAP_LOG(DEBUG) << "Kernel header constructed"; in DmuserReadRequest()
767 SNAP_LOG(ERROR) << "IO read request failed..."; in DmuserReadRequest()
[all …]
H A Dsnapuserd.cpp44 #define SNAP_LOG(level) LOG(level) << misc_name_ << ": " macro
110 SNAP_LOG(ERROR) << "GetRABuffer - Lock not held"; in GetRABuffer()
355 SNAP_LOG(DEBUG) << "ReadMetadata: Parsing cow file"; in ReadMetadata()
358 SNAP_LOG(ERROR) << "Failed to parse"; in ReadMetadata()
363 SNAP_LOG(ERROR) << "Failed to get header"; in ReadMetadata()
375 SNAP_LOG(ERROR) << "mmap failed"; in ReadMetadata()
430 SNAP_LOG(DEBUG) << num_ops << ":" in ReadMetadata()
561 SNAP_LOG(DEBUG) << num_ops << ":" in ReadMetadata()
654 SNAP_LOG(ERROR) << "mmap metadata failed"; in MmapMetadata()
731 SNAP_LOG(ERROR) << "Cannot open block device"; in ReadBlocks()
[all …]
H A Dsnapuserd_readahead.cpp32 #define SNAP_LOG(level) LOG(level) << misc_name_ << ": " macro
283 SNAP_LOG(ERROR) << "ReconstructDataFromCow failed. Not all ops recoverd " in ReconstructDataFromCow()
297 SNAP_LOG(ERROR) << "ReadAheadIOCompleted failed..."; in ReconstructDataFromCow()
302 SNAP_LOG(INFO) << "ReconstructDataFromCow success"; in ReconstructDataFromCow()
344 SNAP_LOG(DEBUG) << " Read-ahead completed...."; in ReadAheadIOStart()
408 SNAP_LOG(ERROR) << "ReadAheadIOCompleted failed..."; in ReadAheadIOStart()
439 SNAP_LOG(INFO) << " ReadAhead thread terminating...."; in RunThread()