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

/linux-master/drivers/md/dm-vdo/
H A Ddm-vdo-target.c1757 * @may_grow: Set to true if growing the logical and physical size of the vdo is currently
1764 struct device_config *config, bool may_grow,
1803 if (!may_grow && (to_validate->physical_blocks > config->physical_blocks)) {
1815 bool may_grow = (vdo_get_admin_state(vdo) != VDO_ADMIN_STATE_PRE_LOADED); local
1817 result = validate_new_device_config(config, vdo->device_config, may_grow,
1763 validate_new_device_config(struct device_config *to_validate, struct device_config *config, bool may_grow, char **error_ptr) argument

Completed in 95 milliseconds