Searched refs:blk_end (Results 1 – 3 of 3) sorted by relevance
16 blk64_t blk_end) in add_blocks_to_range() argument19 list->head = list->tail = new_block_range(blk_start, blk_end); in add_blocks_to_range()21 list->tail->end += (blk_end - blk_start + 1); in add_blocks_to_range()23 struct block_range *range = new_block_range(blk_start, blk_end); in add_blocks_to_range()
19 blk64_t blk_end);
305 blk64_t blk_end = ext2fs_get_block_bitmap_end2(filsys_->block_map); in GetFiles() local306 for (blk64_t block = blk_start; block < blk_end; block++) { in GetFiles()