Home
last modified time | relevance | path

Searched refs:may_grow (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Ddm-vdo-target.c1767 struct device_config *config, bool may_grow, in validate_new_device_config() argument
1806 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() local
1820 result = validate_new_device_config(config, vdo->device_config, may_grow, in prepare_to_modify()