/kernel/linux/linux-5.10/drivers/md/ |
D | dm-log.c | 79 DMWARN("No memory left to attempt log module load for \"%s\"", in get_type() 93 DMWARN("Module for logging type \"%s\" not found.", type_name); in get_type() 339 DMWARN("incompatible disk log version"); in read_header() 377 DMWARN("wrong number of arguments to dirty region log"); in create_log_context() 387 DMWARN("unrecognised sync argument to " in create_log_context() 395 DMWARN("invalid region size %s", argv[0]); in create_log_context() 403 DMWARN("couldn't allocate core log"); in create_log_context() 430 DMWARN("couldn't allocate clean bitset"); in create_log_context() 451 DMWARN("log device %s too small: need %llu bytes", in create_log_context() 464 DMWARN("couldn't allocate disk io client"); in create_log_context() [all …]
|
D | dm-switch.c | 388 DMWARN("invalid set_region_mappings argument: '%s'", argv[i]); in process_set_region_mappings() 393 DMWARN("invalid set_region_mappings argument: '%s'", argv[i]); in process_set_region_mappings() 398 DMWARN("invalid set_region_mappings argument: '%s'", argv[i]); in process_set_region_mappings() 403 DMWARN("invalid set_region_mappings argument: '%s'", argv[i]); in process_set_region_mappings() 408 DMWARN("invalid set_region_mappings cycle length: %lu > %lu", in process_set_region_mappings() 414 DMWARN("invalid set_region_mappings region number: %lu + %lu >= %lu", in process_set_region_mappings() 433 DMWARN("invalid set_region_mappings argument: '%s'", argv[i]); in process_set_region_mappings() 440 DMWARN("invalid set_region_mappings argument: '%s'", argv[i]); in process_set_region_mappings() 446 DMWARN("invalid set_region_mappings argument: '%s'", argv[i]); in process_set_region_mappings() 450 DMWARN("invalid set_region_mappings region number: %lu >= %lu", region_index, sctx->nr_regions); in process_set_region_mappings() [all …]
|
D | dm-cache-policy.c | 36 DMWARN("couldn't get module %s", name); in __get_policy_once() 85 DMWARN("hint size must be 0 or 4 but %llu supplied.", (unsigned long long) type->hint_size); in dm_cache_policy_register() 91 DMWARN("attempt to register policy under duplicate name %s", type->name); in dm_cache_policy_register() 121 DMWARN("unknown policy type"); in dm_cache_policy_create()
|
D | dm-ioctl.c | 331 DMWARN("remove_all left %d open device(s)", dev_skipped); in dm_hash_remove_all() 397 DMWARN("Unable to change %s on mapped device %s to one that " in dm_hash_rename() 412 DMWARN("Unable to rename non-existent device, %s to %s%s", in dm_hash_rename() 423 DMWARN("Unable to change uuid of mapped device %s to %s " in dm_hash_rename() 670 DMWARN("invalid device name"); in check_name() 693 DMWARN("device has been removed from the dev hash table."); in dm_get_inactive_table() 938 DMWARN("Invalid new mapped device name or uuid string supplied."); in dev_rename() 973 DMWARN("Invalid geometry supplied."); in dev_set_geometry() 981 DMWARN("Unable to interpret geometry settings."); in dev_set_geometry() 987 DMWARN("Geometry exceeds range limits."); in dev_set_geometry() [all …]
|
D | dm-log-userspace-base.c | 106 DMWARN("Attempting to contact userspace log server..."); in userspace_do_request() 144 DMWARN("Unable to allocate memory for constructor string"); in build_constructor_string() 203 DMWARN("Too few arguments to userspace dirty log"); in userspace_ctr() 209 DMWARN("Unable to allocate userspace log context."); in userspace_ctr() 219 DMWARN("UUID argument too long."); in userspace_ctr() 896 DMWARN("Unable to create flush_entry_cache: No memory."); in userspace_dirty_log_init() 902 DMWARN("Unable to initialize userspace log communications"); in userspace_dirty_log_init() 909 DMWARN("Couldn't register userspace dirty log type"); in userspace_dirty_log_init()
|
D | dm-table.c | 183 DMWARN("%s: dm_table_destroy: dm_put_device call missing for %s", in free_devices() 253 DMWARN("%s: %s too small for target: " in device_area_is_invalid() 270 DMWARN("%s: start=%llu not aligned to h/w zone size %u of %s", in device_area_is_invalid() 287 DMWARN("%s: len=%llu not aligned to h/w zone size %u of %s", in device_area_is_invalid() 299 DMWARN("%s: start=%llu not aligned to h/w " in device_area_is_invalid() 308 DMWARN("%s: len=%llu not aligned to h/w " in device_area_is_invalid() 427 DMWARN("%s: Cannot set limits for nonexistent device %s", in dm_set_device_limits() 434 DMWARN("%s: adding target device %s caused an alignment inconsistency: " in dm_set_device_limits() 461 DMWARN("%s: device %s not in table devices list", in dm_put_device() 645 DMWARN("%s: table line %u (start sect %llu len %llu) " in validate_hardware_logical_block_alignment() [all …]
|
D | dm-snap-transient.c | 133 DMWARN("Unable to register transient exception store type"); in dm_transient_snapshot_init() 139 DMWARN("Unable to register old-style transient " in dm_transient_snapshot_init()
|
D | dm-snap-persistent.c | 344 DMWARN("Invalid or corrupt snapshot"); in read_header() 358 DMWARN("chunk size %u in device metadata overrides " in read_header() 635 DMWARN("write_header failed"); in persistent_read_metadata() 643 DMWARN("zero_disk_area(0) failed"); in persistent_read_metadata() 650 DMWARN("unable to handle snapshot disk version %d", in persistent_read_metadata() 843 DMWARN("write header failed"); in persistent_drop_snapshot()
|
D | dm-thin.c | 1184 DMWARN("%s: unable to allocate top level discard bio for passdown. Skipping passdown.", in process_prepared_discard_passdown_pt1() 1513 DMWARN("%s: reached low water mark for data device: sending event.", in check_low_water_mark() 2849 DMWARN("Data device (%s) %s: Disabling discard passdown.", bdevname(data_bdev, buf), reason); in disable_passdown_if_not_supported() 2905 DMWARN("%s: dm_pool_metadata_close() failed.", __func__); in __pool_destroy() 3056 DMWARN("%s: dm_pool_metadata_close() failed.", __func__); in pool_create() 3184 DMWARN("%s: reached low water mark for metadata device: sending event.", in metadata_low_callback() 3224 DMWARN("Metadata device %s is larger than %u sectors: excess space will not be used.", in warn_if_metadata_device_too_big() 3665 DMWARN("Message received with %u arguments instead of %u.", in check_arg_count() 3680 DMWARN("Message received with invalid device id: %s", arg); in read_dev_id() 3700 DMWARN("Creation of new thinly-provisioned device with id %s failed.", in process_create_thin_mesg() [all …]
|
D | dm-mpath.c | 783 DMWARN("queue_if_no_path timeout on %s, failing queued IO", in queue_if_no_path_timeout_work() 1334 DMWARN("%s: Failing path %s.", in fail_path() 1375 DMWARN("%s: Reinstating path %s.", in reinstate_path() 1463 DMWARN("invalid PG number supplied to switch_pg_num"); in switch_pg_num() 1495 DMWARN("invalid PG number supplied to bypass_pg"); in bypass_pg_num() 1943 DMWARN("Invalid multipath message arguments. Expected 2 arguments, got %d.", argc); in multipath_message() 1961 DMWARN("Unrecognised multipath message received: %s", argv[0]); in multipath_message() 1967 DMWARN("message: error getting device %s", in multipath_message()
|
D | dm-exception-store.c | 96 DMWARN("Module for exstore type \"%s\" not found.", type_name); in get_type()
|
D | dm-log-userspace-transfer.c | 245 DMWARN("[%s] Request timed out: [%u/%u] - retrying", in dm_consult_userspace()
|
D | dm-rq.c | 246 DMWARN("unimplemented target endio return value: %d", r); in dm_done() 423 DMWARN("unimplemented target map return value: %d", r); in map_request()
|
D | dm-raid1.c | 248 DMWARN("All sides of mirror have failed."); in fail_mirror() 1335 DMWARN("log presuspend failed"); in mirror_presuspend() 1353 DMWARN("log postsuspend failed"); in mirror_postsuspend() 1364 DMWARN("log resume failed"); in mirror_resume()
|
D | dm-log-writes.c | 875 DMWARN("Invalid log-writes message arguments, expect 2 arguments, got %d", argc); in log_writes_message() 882 DMWARN("Unrecognised log writes target message received: %s", argv[0]); in log_writes_message() 978 DMWARN("Error %d logging DAX write", err); in log_writes_dax_copy_from_iter()
|
D | dm-thin-metadata.c | 928 DMWARN("%s: dm_pool_metadata_close() failed.", __func__); in dm_pool_metadata_open() 964 DMWARN("%s: __commit_transaction() failed, error = %d", in dm_pool_metadata_close() 1289 DMWARN("%s: __commit_transaction() failed, error = %d", in __reserve_metadata_snap() 1309 DMWARN("Pool metadata snapshot already exists: release this before taking another."); in __reserve_metadata_snap() 1376 DMWARN("No pool metadata snapshot found: nothing to release."); in __release_metadata_snap()
|
D | dm-zoned.h | 185 DMWARN("(%s): " format, (dev)->name, ## args)
|
D | dm.c | 858 DMWARN("dm_destroy: %s still exists with %d references", in free_table_devices() 882 DMWARN("Start sector is beyond the geometry limits."); in dm_set_geometry() 1029 DMWARN("unimplemented target endio return value: %d", r); in clone_endio() 1346 DMWARN("unimplemented target map return value: %d", r); in __map_bio() 1377 DMWARN("%s: the target %s doesn't support integrity data.", in clone_bio() 1831 DMWARN("unable to allocate device, out of memory."); in alloc_dev() 2285 DMWARN("%s: Forcibly removing mapped_device still in use! (%d users)", in __dm_destroy()
|
D | dm-stripe.c | 520 DMWARN("target registration failed"); in dm_stripe_init()
|
D | dm-cache-target.c | 2110 DMWARN("Metadata device %s is larger than %u sectors: excess space will not be used.", in parse_metadata_dev() 2338 DMWARN("bad config value for %s: %s", key, value); in set_config_value() 2348 DMWARN("Odd number of policy arguments given but they should be <key> <value> pairs."); in set_config_values() 3419 DMWARN("Origin device (%s) %s: Disabling discard passdown.", in disable_passdown_if_not_supported()
|
D | dm-clone-target.c | 1701 DMWARN("Metadata device %s is larger than %u sectors: excess space will not be used.", in parse_metadata_dev() 2054 DMWARN("Destination device (%s) %s: Disabling discard passdown.", in disable_passdown_if_not_supported()
|
D | dm-crypt.c | 2735 DMWARN("Selected cipher does not support IVs"); in crypt_ctr_ivmode() 3508 DMWARN("not suspended during key manipulation."); in crypt_message() 3534 DMWARN("unrecognised message received."); in crypt_message()
|
D | dm-stats.c | 1188 DMWARN("Invalid parameters for message %s", argv[0]); in dm_stats_message()
|
D | dm-cache-policy-smq.c | 1653 DMWARN("tunable '%s' no longer has any effect, mq policy is now an alias for smq", key); in mq_set_config_value()
|
/kernel/linux/linux-5.10/include/linux/ |
D | device-mapper.h | 570 #define DMWARN(fmt, ...) pr_warn(DM_FMT(fmt), ##__VA_ARGS__) macro
|