Searched refs:new_physical_blocks (Results 1 – 1 of 1) sorted by relevance
1724 static int prepare_to_grow_physical(struct vdo *vdo, block_count_t new_physical_blocks) in prepare_to_grow_physical() argument1730 (unsigned long long) new_physical_blocks); in prepare_to_grow_physical()1731 VDO_ASSERT_LOG_ONLY((new_physical_blocks > current_physical_blocks), in prepare_to_grow_physical()1740 result = grow_layout(vdo, current_physical_blocks, new_physical_blocks); in prepare_to_grow_physical()2665 static int perform_grow_physical(struct vdo *vdo, block_count_t new_physical_blocks) in perform_grow_physical() argument2672 if (old_physical_blocks == new_physical_blocks) in perform_grow_physical()2675 if (new_physical_blocks != vdo->next_layout.size) { in perform_grow_physical()2701 (unsigned long long) new_physical_blocks); in perform_grow_physical()