Searched refs:new_physical_blocks (Results 1 – 1 of 1) sorted by relevance
1723 static int prepare_to_grow_physical(struct vdo *vdo, block_count_t new_physical_blocks) in prepare_to_grow_physical() argument 1729 (unsigned long long) new_physical_blocks); in prepare_to_grow_physical() 1730 VDO_ASSERT_LOG_ONLY((new_physical_blocks > current_physical_blocks), in prepare_to_grow_physical() 1739 result = grow_layout(vdo, current_physical_blocks, new_physical_blocks); in prepare_to_grow_physical() 2657 * @new_physical_blocks: The new physical size in blocks.2664 static int perform_grow_physical(struct vdo *vdo, block_count_t new_physical_blocks) in perform_grow_physical() argument 2671 if (old_physical_blocks == new_physical_blocks) in perform_grow_physical() 2674 if (new_physical_blocks != vdo->next_layout.size) { in perform_grow_physical() 2700 (unsigned long long) new_physical_blocks); in perform_grow_physical()