Searched refs:new_logical_blocks (Results 1 – 3 of 3) sorted by relevance
345 block_count_t new_logical_blocks);
2505 static int perform_grow_logical(struct vdo *vdo, block_count_t new_logical_blocks) in perform_grow_logical() argument2509 if (vdo->device_config->logical_blocks == new_logical_blocks) { in perform_grow_logical()2519 (unsigned long long) new_logical_blocks); in perform_grow_logical()2520 if (vdo->block_map->next_entry_count != new_logical_blocks) in perform_grow_logical()2529 vdo_log_info("Logical blocks now %llu", (unsigned long long) new_logical_blocks); in perform_grow_logical()
3023 block_count_t new_logical_blocks) in vdo_prepare_to_grow_block_map() argument3025 if (map->next_entry_count == new_logical_blocks) in vdo_prepare_to_grow_block_map()3031 if (new_logical_blocks < map->entry_count) { in vdo_prepare_to_grow_block_map()3036 return make_forest(map, new_logical_blocks); in vdo_prepare_to_grow_block_map()