Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/
Dstatus-codes.h64 VDO_BAD_MAPPING, enumerator
Dblock-map.c1788 vdo_log_error_strerror(VDO_BAD_MAPPING, in continue_with_loaded_page()
1793 abort_load(data_vio, VDO_BAD_MAPPING); in continue_with_loaded_page()
2266 vdo_log_error_strerror(VDO_BAD_MAPPING, in vdo_find_block_map_slot()
2271 abort_load(data_vio, VDO_BAD_MAPPING); in vdo_find_block_map_slot()
3135 if ((result != VDO_OUT_OF_RANGE) && (result != VDO_BAD_MAPPING)) in set_mapped_location()
3143 vdo_log_error_strerror(VDO_BAD_MAPPING, in set_mapped_location()
3152 return VDO_BAD_MAPPING; in set_mapped_location()
Drepair.c530 vdo_set_completion_result(&repair->completion, VDO_BAD_MAPPING); in get_pbn_to_fetch()