Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator.cpp131 const auto block_boundary = de.start_block() + de.num_blocks(); in WriteExtent() local
132 for (auto b = de.start_block(); b < block_boundary; ++b) { in WriteExtent()