Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dmapfile_filesystem.cc102 uint64_t block_start, block_end; in GetFiles() local
107 base::StringToUint64(blocks.substr(dash + 1), &block_end)) { in GetFiles()
108 if (block_end < block_start) { in GetFiles()
109 LOG(ERROR) << "End block " << block_end in GetFiles()
115 if (block_end > static_cast<uint64_t>(num_blocks_)) { in GetFiles()
116 LOG(ERROR) << "The end block " << block_end in GetFiles()
123 ExtentForRange(block_start, block_end - block_start + 1)); in GetFiles()
Dgraph_utils.cc72 block_end = extent.start_block() + extent.num_blocks(); in AddReadBeforeDepExtents() local
73 block != block_end; ++block) { in AddReadBeforeDepExtents()
/system/extras/ext4_utils/
Dcontents.c373 void *block_end, in xattr_addto_range() argument
384 size_t available_size = xattr_free_space(first, block_end); in xattr_addto_range()
415 char *block_end = ((char *) inode) + info.inode_size; in xattr_addto_inode() local
418 xattr_addto_range(first, block_end, first, name_index, name, value, value_len); in xattr_addto_inode()
437 char *block_end = ((char *) header) + info.block_size; in xattr_addto_block() local
440 xattr_addto_range(header, block_end, first, name_index, name, value, value_len); in xattr_addto_block()