Searched refs:may_grow (Results 1 – 1 of 1) sorted by relevance
1767 struct device_config *config, bool may_grow, in validate_new_device_config() argument1806 if (!may_grow && (to_validate->physical_blocks > config->physical_blocks)) { in validate_new_device_config()1818 bool may_grow = (vdo_get_admin_state(vdo) != VDO_ADMIN_STATE_PRE_LOADED); in prepare_to_modify() local1820 result = validate_new_device_config(config, vdo->device_config, may_grow, in prepare_to_modify()