/linux-6.14.4/drivers/md/dm-vdo/indexer/ |
D | index-layout.c | 234 return vdo_log_error_strerror(result, "cannot compute index save size"); in compute_sizes() 625 return vdo_log_error_strerror(result, in discard_index_state_data() 732 return vdo_log_error_strerror(result, "failed to open config region"); in write_uds_index_config() 737 return vdo_log_error_strerror(result, "failed to write config region"); in write_uds_index_config() 743 return vdo_log_error_strerror(result, "cannot flush config writer"); in write_uds_index_config() 1122 return vdo_log_error_strerror(result, "cannot read region table header"); in load_region_table() 1135 return vdo_log_error_strerror(UDS_UNSUPPORTED_VERSION, in load_region_table() 1155 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in load_region_table() 1186 return vdo_log_error_strerror(result, "cannot read region table header"); in read_super_block_data() 1213 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in read_super_block_data() [all …]
|
D | index.c | 191 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 …]
|
D | config.c | 112 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()
|
D | open-chapter.c | 262 vdo_log_error_strerror(result, in fill_delta_chapter_index() 420 return vdo_log_error_strerror(UDS_CORRUPT_DATA, in uds_load_open_chapter()
|
D | index-session.c | 293 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()
|
D | volume.c | 434 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()
|
D | volume-index.c | 1267 return vdo_log_error_strerror(result, in uds_make_volume_index() 1275 return vdo_log_error_strerror(result, in uds_make_volume_index()
|
D | delta-index.c | 378 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-6.14.4/drivers/md/dm-vdo/ |
D | admin-state.c | 231 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()
|
D | encodings.c | 149 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()
|
D | physical-zone.c | 166 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()
|
D | repair.c | 454 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()
|
D | dm-vdo-target.c | 1216 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 …]
|
D | logger.h | 68 #define vdo_log_error_strerror(errnum, ...) \ macro
|
D | slab-depot.c | 571 vdo_log_error_strerror(result, "failed slab summary update %llu", in release_journal_locks() 705 vdo_log_error_strerror(result, "cannot write slab journal block %llu", in complete_write() 1023 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() 1475 return vdo_log_error_strerror(VDO_REF_COUNT_INVALID, in decrement_for_data() 1539 return vdo_log_error_strerror(VDO_REF_COUNT_INVALID, in increment_for_block_map() 1554 return vdo_log_error_strerror(VDO_REF_COUNT_INVALID, in increment_for_block_map() 1564 return vdo_log_error_strerror(VDO_REF_COUNT_INVALID, in increment_for_block_map() 2792 return vdo_log_error_strerror(VDO_CORRUPT_JOURNAL, in apply_block_entries() 2801 vdo_log_error_strerror(result, in apply_block_entries() [all …]
|
D | data-vio.c | 796 return vdo_log_error_strerror(result, in initialize_data_vio() 802 return vdo_log_error_strerror(result, in initialize_data_vio() 809 return vdo_log_error_strerror(result, in initialize_data_vio() 814 return vdo_log_error_strerror(result, in initialize_data_vio() 1330 vdo_log_error_strerror(completion->result, in enter_read_only_mode()
|
D | vdo.c | 307 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()
|
D | dedupe.c | 2053 vdo_log_error_strerror(result, "Error closing index"); in close_index() 2080 vdo_log_error_strerror(result, "Error opening index"); in open_index() 2504 vdo_log_error_strerror(result, "Error suspending dedupe index"); in initiate_suspend_index() 2587 vdo_log_error_strerror(result, "Error resuming dedupe index"); in resume_index() 2667 vdo_log_error_strerror(result, "Error reading index stats"); in get_index_statistics()
|
D | block-map.c | 484 vdo_log_error_strerror(VDO_BAD_PAGE, in complete_with_page() 564 vdo_log_error_strerror(result, "VDO Page Cache persistent error: %s", in set_persistent_error() 705 int result = vdo_log_error_strerror(VDO_BAD_PAGE, in page_is_loaded() 1398 vdo_log_error_strerror(VDO_BAD_PAGE, in vdo_copy_valid_page() 1786 vdo_log_error_strerror(VDO_BAD_MAPPING, in continue_with_loaded_page() 2264 vdo_log_error_strerror(VDO_BAD_MAPPING, in vdo_find_block_map_slot() 3141 vdo_log_error_strerror(VDO_BAD_MAPPING, in set_mapped_location()
|
D | flush.c | 111 vdo_log_error_strerror(result, "failed to allocate spare flush"); in allocate_flush()
|
D | vio.c | 229 return vdo_log_error_strerror(VDO_BIO_CREATION_FAILED, in vio_reset_bio()
|
D | recovery-journal.c | 1308 vdo_log_error_strerror(completion->result, in handle_write_error()
|