Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshotctl.cpp673 uint64_t data_block_count = image_size / data_block_size; in GetBlockHashFromMerkelTree() local
675 uint32_t level_block_count = data_block_count; in GetBlockHashFromMerkelTree()
696 while ((t_read_blocks < num_hash_blocks) && (blockidx < data_block_count)) { in GetBlockHashFromMerkelTree()
708 if (blockidx >= data_block_count) { in GetBlockHashFromMerkelTree()
740 uint64_t data_block_count = descriptor->image_size / descriptor->data_block_size; in verify_data_blocks() local
745 while (blk < data_block_count) { in verify_data_blocks()