Searched refs:vdo_log_error (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/md/dm-vdo/indexer/ |
H A D | config.c | 36 vdo_log_error("Record pages per chapter (%u) does not match (%u)", in are_matching_configurations() 43 vdo_log_error("Chapter count (%u) does not match (%u)", in are_matching_configurations() 50 vdo_log_error("Sparse chapter count (%u) does not match (%u)", in are_matching_configurations() 57 vdo_log_error("Cache size (%u) does not match (%u)", in are_matching_configurations() 63 vdo_log_error("Volume index mean delta (%u) does not match (%u)", in are_matching_configurations() 70 vdo_log_error("Bytes per page value (%zu) does not match (%zu)", in are_matching_configurations() 76 vdo_log_error("Sparse sample rate (%u) does not match (%u)", in are_matching_configurations() 83 vdo_log_error("Nonce (%llu) does not match (%llu)", in are_matching_configurations() 266 vdo_log_error("received invalid memory size"); in compute_memory_sizes()
|
H A D | index-session.c | 106 vdo_log_error("missing required callback"); in uds_launch_request() 118 vdo_log_error("received invalid callback type"); in uds_launch_request() 243 vdo_log_error("missing session pointer"); in uds_create_index_session() 331 vdo_log_error("missing required parameters"); in uds_open_index() 335 vdo_log_error("missing required block device"); in uds_open_index() 339 vdo_log_error("missing required session pointer"); in uds_open_index() 709 vdo_log_error("received a NULL index stats pointer"); in uds_get_index_session_stats()
|
H A D | volume.c | 1291 vdo_log_error("corrupt index page in chapter %u", in probe_chapter() 1299 vdo_log_error("inconsistent chapter %u index page %u: expected vcn %llu, got vcn %llu", in probe_chapter() 1306 …vdo_log_error("inconsistent chapter %u index page %u: expected list number %u, got list number %u", in probe_chapter() 1319 vdo_log_error("chapter %u vcn %llu is out of phase (%u)", chapter_number, in probe_chapter() 1436 vdo_log_error("too many bad chapters in volume: %u", in find_chapter_limits()
|
H A D | index-layout.c | 851 vdo_log_error("No valid index save found"); in find_latest_uds_index_save_slot() 1653 vdo_log_error("index storage (%zu) is smaller than the requested size %zu", in create_layout_factory() 1686 vdo_log_error("index storage (%zu) is smaller than the required size %llu", in uds_make_index_layout()
|
H A D | index.c | 315 vdo_log_error("invalid message type: %d", message->type); in dispatch_index_zone_control_request()
|
/linux/drivers/md/dm-vdo/ |
H A D | dm-vdo-target.c | 401 vdo_log_error("thread config string error: 'bioRotationInterval' of at least 1 is required"); in process_one_thread_config_spec() 404 vdo_log_error("thread config string error: 'bioRotationInterval' cannot be higher than %d", in process_one_thread_config_spec() 413 vdo_log_error("thread config string error: at most %d 'logical' threads are allowed", in process_one_thread_config_spec() 422 vdo_log_error("thread config string error: at most %d 'physical' threads are allowed", in process_one_thread_config_spec() 431 vdo_log_error("thread config string error: at most %d '%s' threads are allowed", in process_one_thread_config_spec() 441 vdo_log_error("thread config string error: at least one 'cpu' thread required"); in process_one_thread_config_spec() 453 vdo_log_error("thread config string error: at least one 'bio' thread required"); in process_one_thread_config_spec() 486 vdo_log_error("thread config string error: expected thread parameter assignment, saw \"%s\"", in parse_one_thread_config_spec() 494 vdo_log_error("thread config string error: integer value needed, found \"%s\"", in parse_one_thread_config_spec() 566 vdo_log_error("optional parameter error: at least one max discard block required"); in process_one_key_value_pair() [all …]
|
H A D | logger.h | 95 #define vdo_log_error(...) vdo_log_message(VDO_LOG_ERR, __VA_ARGS__) macro
|
H A D | io-submitter.c | 412 vdo_log_error("bio map initialization failed %d", result); in vdo_make_io_submitter() 427 vdo_log_error("bio queue initialization failed %d", result); in vdo_make_io_submitter()
|
H A D | memory-alloc.c | 287 vdo_log_error("Could not allocate %zu bytes for %s in %u msecs", in vdo_allocate_memory()
|
H A D | vio.c | 134 vdo_log_error("metadata vio allocation failure %d", result); in create_multi_block_metadata_vio()
|
H A D | encodings.c | 1238 …vdo_log_error("A physical size of %llu blocks was specified, not the %llu blocks configured in the… in vdo_validate_config() 1251 …vdo_log_error("A logical size of %llu blocks was specified, but that differs from the %llu blocks … in vdo_validate_config()
|
H A D | message-stats.c | 425 vdo_log_error("Cannot allocate memory to write VDO statistics"); in vdo_write_stats()
|
H A D | dedupe.c | 1613 vdo_log_error("invalid UDS advice version code %u", version); in decode_uds_advice() 2208 vdo_log_error("UDS index queue initialization failed (%d)", result); in initialize_index()
|
H A D | block-map.c | 1013 vdo_log_ratelimit(vdo_log_error, in handle_page_write_error()
|
H A D | slab-depot.c | 2936 vdo_log_error("vdo_slab journal block for slab %u was invalid", in apply_journal_entries()
|