Searched defs:total_blocks (Results 1 - 3 of 3) sorted by relevance

/system/extras/f2fs_utils/
H A Df2fs_sparseblock.h61 u_int64_t total_blocks; member in struct:f2fs_info
/system/update_engine/payload_generator/
H A Dext2_filesystem_unittest.cc51 // Checks that all the blocks in |extents| are in the range [0, total_blocks).
52 void ExpectBlocksInRange(const vector<Extent>& extents, uint64_t total_blocks) { argument
55 EXPECT_LE(extent.start_block() + extent.num_blocks(), total_blocks);
H A Ddelta_diff_utils.cc436 uint64_t total_blocks = BlocksInExtents(new_extents); local
438 chunk_blocks = total_blocks;
440 for (uint64_t block_offset = 0; block_offset < total_blocks;
476 if (static_cast<uint64_t>(chunk_blocks) < total_blocks) {

Completed in 95 milliseconds