Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Dstatus-codes.h64 VDO_BAD_MAPPING, enumerator
H A Dblock-map.c1806 vdo_log_error_strerror(VDO_BAD_MAPPING, in continue_with_loaded_page()
1811 abort_load(data_vio, VDO_BAD_MAPPING); in continue_with_loaded_page()
2284 vdo_log_error_strerror(VDO_BAD_MAPPING, in vdo_find_block_map_slot()
2289 abort_load(data_vio, VDO_BAD_MAPPING); in vdo_find_block_map_slot()
3167 if ((result != VDO_OUT_OF_RANGE) && (result != VDO_BAD_MAPPING)) in set_mapped_location()
3175 vdo_log_error_strerror(VDO_BAD_MAPPING, in set_mapped_location()
3184 return VDO_BAD_MAPPING; in set_mapped_location()
H A Drepair.c530 vdo_set_completion_result(&repair->completion, VDO_BAD_MAPPING); in get_pbn_to_fetch()