Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/dm-vdo/indexer/
H A Dindex-layout.c1214 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in read_super_block_data()
1226 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in read_super_block_data()
1234 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in read_super_block_data()
1240 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in read_super_block_data()
1251 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in verify_region()
1255 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in verify_region()
1259 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in verify_region()
1301 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in verify_sub_index()
1346 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in reconstitute_layout()
1539 vdo_log_error_strerror(UDS_CORRUPT_DATA, in load_index_save()
[all …]
H A Ddelta-index.c526 return UDS_CORRUPT_DATA; in uds_initialize_delta_index_page()
899 return vdo_log_warning_strerror(UDS_CORRUPT_DATA, in uds_start_restoring_delta_index()
905 return vdo_log_warning_strerror(UDS_CORRUPT_DATA, in uds_start_restoring_delta_index()
963 return vdo_log_warning_strerror(UDS_CORRUPT_DATA, in restore_delta_list_to_zone()
971 return vdo_log_warning_strerror(UDS_CORRUPT_DATA, in restore_delta_list_to_zone()
1018 return UDS_CORRUPT_DATA; in restore_delta_list_data()
1083 return UDS_CORRUPT_DATA; in uds_check_guard_delta_lists()
1243 return UDS_CORRUPT_DATA; in uds_start_delta_index_search()
1252 return UDS_CORRUPT_DATA; in uds_start_delta_index_search()
1368 result = UDS_CORRUPT_DATA; in uds_next_delta_index_entry()
[all …]
H A Dvolume-index.c839 result = UDS_CORRUPT_DATA; in start_restoring_volume_sub_index()
842 return vdo_log_warning_strerror(UDS_CORRUPT_DATA, in start_restoring_volume_sub_index()
849 return vdo_log_warning_strerror(UDS_CORRUPT_DATA, in start_restoring_volume_sub_index()
860 return vdo_log_warning_strerror(UDS_CORRUPT_DATA, in start_restoring_volume_sub_index()
931 result = UDS_CORRUPT_DATA; in start_restoring_volume_index()
934 return vdo_log_warning_strerror(UDS_CORRUPT_DATA, in start_restoring_volume_index()
940 vdo_log_warning_strerror(UDS_CORRUPT_DATA, in start_restoring_volume_index()
944 return UDS_CORRUPT_DATA; in start_restoring_volume_index()
H A Dconfig.c116 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in uds_validate_config_contents()
141 return UDS_CORRUPT_DATA; in uds_validate_config_contents()
H A Dio-factory.c252 result = UDS_CORRUPT_DATA; in uds_verify_buffered_data()
258 result = UDS_CORRUPT_DATA; in uds_verify_buffered_data()
H A Dindex-page-map.c162 return UDS_CORRUPT_DATA; in uds_read_index_page_map()
H A Dchapter-index.c259 return UDS_CORRUPT_DATA; in uds_validate_chapter_index_page()
H A Dopen-chapter.c420 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in uds_load_open_chapter()
H A Dvolume.c455 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in init_chapter_index_page()
1436 return UDS_CORRUPT_DATA; in find_chapter_limits()
H A Dindex.c851 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in rebuild_index_page_map()
/linux-6.15/drivers/md/dm-vdo/
H A Derrors.h42 UDS_CORRUPT_DATA, enumerator
H A Derrors.c233 case UDS_CORRUPT_DATA: in uds_status_to_errno()