Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/indexer/
A Dindex-layout.c651 return vdo_log_error_strerror(result, in discard_index_state_data()
1239 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in read_super_block_data()
1251 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in read_super_block_data()
1259 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in read_super_block_data()
1265 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in read_super_block_data()
1276 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in verify_region()
1280 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in verify_region()
1284 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in verify_region()
1564 vdo_log_error_strerror(UDS_CORRUPT_DATA, in load_index_save()
1574 return vdo_log_error_strerror(result, in load_index_save()
[all …]
A Dindex.c191 return vdo_log_error_strerror(result, in finish_previous_chapter()
618 vdo_log_error_strerror(result, "error executing message: %d", in execute_zone_request()
843 return vdo_log_error_strerror(result, in rebuild_index_page_map()
851 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in rebuild_index_page_map()
992 return vdo_log_error_strerror(result, in replay_chapter()
1005 return vdo_log_error_strerror(result, "could not get page %d", in replay_chapter()
1194 return vdo_log_error_strerror(result, in uds_make_index()
1203 return vdo_log_error_strerror(result, "could not make volume index"); in uds_make_index()
1229 vdo_log_error_strerror(result, "index could not be loaded"); in uds_make_index()
1232 vdo_log_error_strerror(result, "index could not be loaded"); in uds_make_index()
[all …]
A Dconfig.c112 return vdo_log_error_strerror(result, "cannot read index config version"); in uds_validate_config_contents()
116 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in uds_validate_config_contents()
124 return vdo_log_error_strerror(result, "cannot read config data"); in uds_validate_config_contents()
152 return vdo_log_error_strerror(result, "cannot read converted config"); in uds_validate_config_contents()
A Dopen-chapter.c262 vdo_log_error_strerror(result, in fill_delta_chapter_index()
420 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in uds_load_open_chapter()
A Dindex-session.c293 vdo_log_error_strerror(result, "Failed to allocate config"); in initialize_index_session()
301 vdo_log_error_strerror(result, "Failed to make index"); in initialize_index_session()
357 vdo_log_error_strerror(result, "Failed %s", in uds_open_index()
A Dvolume.c434 return vdo_log_error_strerror(result, in init_chapter_index_page()
455 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in init_chapter_index_page()
1262 vdo_log_error_strerror(result, "cannot sync chapter to volume"); in uds_write_chapter()
A Dvolume-index.c1267 return vdo_log_error_strerror(result, in uds_make_volume_index()
1275 return vdo_log_error_strerror(result, in uds_make_volume_index()
A Ddelta-index.c378 return vdo_log_error_strerror(UDS_INVALID_ARGUMENT, in uds_initialize_delta_index()
735 return vdo_log_error_strerror(UDS_OVERFLOW, in uds_pack_delta_index_page()
/linux/drivers/md/dm-vdo/
A Dadmin-state.c231 result = vdo_log_error_strerror(VDO_INVALID_ADMIN_STATE, in begin_operation()
236 result = vdo_log_error_strerror(VDO_COMPONENT_BUSY, in begin_operation()
294 result = vdo_log_error_strerror(VDO_INVALID_ADMIN_STATE, in check_code()
337 vdo_log_error_strerror(VDO_INVALID_ADMIN_STATE, "can't start %s from %s", in vdo_start_draining()
A Dencodings.c149 return vdo_log_error_strerror(VDO_UNSUPPORTED_VERSION, in validate_version()
182 return vdo_log_error_strerror(VDO_INCORRECT_COMPONENT, in vdo_validate_header()
195 return vdo_log_error_strerror(VDO_UNSUPPORTED_VERSION, in vdo_validate_header()
878 return vdo_log_error_strerror(VDO_NO_SPACE, in vdo_initialize_layout()
1048 return vdo_log_error_strerror(VDO_UNKNOWN_PARTITION, in decode_layout()
1073 return vdo_log_error_strerror(result, in decode_layout()
1083 return vdo_log_error_strerror(UDS_BAD_STATE, in decode_layout()
1393 return vdo_log_error_strerror(VDO_BAD_NONCE, in vdo_validate_component_states()
1466 return vdo_log_error_strerror(VDO_UNSUPPORTED_VERSION, in vdo_decode_super_block()
A Dphysical-zone.c166 vdo_log_error_strerror(result, in release_pbn_lock_provisional_reference()
297 return vdo_log_error_strerror(VDO_LOCK_ERROR, in borrow_pbn_lock_from_pool()
502 return vdo_log_error_strerror(VDO_LOCK_ERROR, in allocate_and_lock_block()
A Drepair.c454 vdo_log_error_strerror(result, in process_slot()
620 return vdo_log_error_strerror(VDO_BAD_CONFIGURATION, in process_entry()
628 return vdo_log_error_strerror(result, in process_entry()
760 return vdo_log_error_strerror(VDO_CORRUPT_JOURNAL, in validate_recovery_journal_entry()
774 return vdo_log_error_strerror(VDO_CORRUPT_JOURNAL, in validate_recovery_journal_entry()
1439 return vdo_log_error_strerror(VDO_CORRUPT_JOURNAL, in validate_heads()
1581 vdo_log_error_strerror(VDO_CORRUPT_JOURNAL, in parse_journal_for_recovery()
1624 vdo_log_error_strerror(VDO_UNSUPPORTED_VERSION, in parse_journal_for_recovery()
A Ddm-vdo-target.c1216 return vdo_log_error_strerror(VDO_COMPONENT_BUSY, in perform_admin_operation()
1333 return vdo_log_error_strerror(VDO_BAD_CONFIGURATION, in decode_vdo()
1340 return vdo_log_error_strerror(VDO_BAD_CONFIGURATION, in decode_vdo()
1599 vdo_log_error_strerror(result, "parsing failed: %s", ti->error); in construct_new_vdo_registered()
2120 vdo_log_error_strerror(result, "Suspend of device '%s' failed", in vdo_postsuspend()
2293 vdo_log_error_strerror(completion->result, "aborting load"); in handle_load_error()
2307 vdo_log_error_strerror(completion->result, in handle_load_error()
2439 vdo_log_error_strerror(VDO_READ_ONLY, in grow_logical_callback()
2589 vdo_log_error_strerror(VDO_READ_ONLY, in grow_physical_callback()
2769 vdo_log_error_strerror(result, in vdo_preresume_registered()
[all …]
A Dlogger.h68 #define vdo_log_error_strerror(errnum, ...) \ macro
A Dslab-depot.c1023 vdo_log_error_strerror(result, "failed to update slab summary"); in finish_summary_update()
1443 return vdo_log_error_strerror(VDO_REF_COUNT_INVALID, in increment_for_data()
1476 return vdo_log_error_strerror(VDO_REF_COUNT_INVALID, in decrement_for_data()
1540 return vdo_log_error_strerror(VDO_REF_COUNT_INVALID, in increment_for_block_map()
1555 return vdo_log_error_strerror(VDO_REF_COUNT_INVALID, in increment_for_block_map()
1565 return vdo_log_error_strerror(VDO_REF_COUNT_INVALID, in increment_for_block_map()
2793 return vdo_log_error_strerror(VDO_CORRUPT_JOURNAL, in apply_block_entries()
2802 vdo_log_error_strerror(result, in apply_block_entries()
4112 return vdo_log_error_strerror(VDO_BAD_CONFIGURATION, in allocate_components()
4170 return vdo_log_error_strerror(UDS_INVALID_ARGUMENT, in vdo_decode_slab_depot()
[all …]
A Ddata-vio.c795 return vdo_log_error_strerror(result, in initialize_data_vio()
801 return vdo_log_error_strerror(result, in initialize_data_vio()
808 return vdo_log_error_strerror(result, in initialize_data_vio()
813 return vdo_log_error_strerror(result, in initialize_data_vio()
1358 vdo_log_error_strerror(completion->result, in enter_read_only_mode()
A Dvdo.c307 vdo_log_error_strerror(result, "synchronous read failed"); in read_geometry_block()
844 vdo_log_error_strerror(result, "synchronous flush failed"); in vdo_synchronous_flush()
931 vdo_log_error_strerror(completion->result, "super block save failed"); in handle_save_error()
1157 vdo_log_error_strerror(READ_ONCE(notifier->read_only_error), in make_thread_read_only()
A Ddedupe.c2053 vdo_log_error_strerror(result, "Error closing index"); in close_index()
2080 vdo_log_error_strerror(result, "Error opening index"); in open_index()
2503 vdo_log_error_strerror(result, "Error suspending dedupe index"); in initiate_suspend_index()
2586 vdo_log_error_strerror(result, "Error resuming dedupe index"); in resume_index()
2666 vdo_log_error_strerror(result, "Error reading index stats"); in get_index_statistics()
A Dblock-map.c486 vdo_log_error_strerror(VDO_BAD_PAGE, in complete_with_page()
566 vdo_log_error_strerror(result, "VDO Page Cache persistent error: %s", in set_persistent_error()
707 int result = vdo_log_error_strerror(VDO_BAD_PAGE, in page_is_loaded()
1400 vdo_log_error_strerror(VDO_BAD_PAGE, in vdo_copy_valid_page()
1788 vdo_log_error_strerror(VDO_BAD_MAPPING, in continue_with_loaded_page()
2266 vdo_log_error_strerror(VDO_BAD_MAPPING, in vdo_find_block_map_slot()
3143 vdo_log_error_strerror(VDO_BAD_MAPPING, in set_mapped_location()
A Dflush.c111 vdo_log_error_strerror(result, "failed to allocate spare flush"); in allocate_flush()
A Dvio.c228 return vdo_log_error_strerror(VDO_BIO_CREATION_FAILED, in vio_reset_bio()
A Drecovery-journal.c1308 vdo_log_error_strerror(completion->result, in handle_write_error()

Completed in 83 milliseconds