Home
last modified time | relevance | path

Searched refs:DMERR (Results 1 – 25 of 36) sorted by relevance

12

/linux/drivers/md/
H A Ddm-uevent.c69 DMERR("%s: dm_uevent_alloc() failed", __func__); in dm_build_path_uevent()
76 DMERR("%s: add_uevent_var() for DM_TARGET failed", in dm_build_path_uevent()
82 DMERR("%s: add_uevent_var() for DM_ACTION failed", in dm_build_path_uevent()
89 DMERR("%s: add_uevent_var() for DM_SEQNUM failed", in dm_build_path_uevent()
95 DMERR("%s: add_uevent_var() for DM_PATH failed", __func__); in dm_build_path_uevent()
101 DMERR("%s: add_uevent_var() for DM_NR_VALID_PATHS failed", in dm_build_path_uevent()
141 DMERR("%s: add_uevent_var() for DM_NAME failed", in dm_send_uevents()
147 DMERR("%s: add_uevent_var() for DM_UUID failed", in dm_send_uevents()
154 DMERR("%s: kobject_uevent_env failed", __func__); in dm_send_uevents()
177 DMERR("%s: Invalid event_type %d", __func__, event_type); in dm_path_uevent()
H A Ddm-era-target.c79 DMERR("%s: couldn't allocate in memory bitset", __func__); in writeset_alloc()
99 DMERR("%s: setup_on_disk_bitset failed", __func__); in writeset_init()
124 DMERR("%s: dm_bitset_test_bit failed", __func__); in writeset_marked_on_disk()
216 DMERR("Era metadata version %u found, but only versions between %u and %u supported.", in check_metadata_version()
232 DMERR("%s failed: blocknr %llu: wanted %llu", in sb_check()
239 DMERR("%s failed: magic %llu: wanted %llu", in sb_check()
249 DMERR("%s failed: csum %u: wanted %u", in sb_check()
453 DMERR("dm_tm_create_with_sm failed"); in create_fresh_metadata()
461 DMERR("couldn't create new writeset tree"); in create_fresh_metadata()
467 DMERR("couldn't create era array"); in create_fresh_metadata()
[all …]
H A Ddm-clone-metadata.c189 DMERR("Superblock check failed: blocknr %llu, expected %llu", in sb_check()
196 DMERR("Superblock check failed: magic %llu, expected %llu", in sb_check()
205 DMERR("Superblock check failed: checksum %u, expected %u", in sb_check()
214 DMERR("Clone metadata version %u found, but only versions between %u and %u supported.", in sb_check()
246 DMERR("Failed to read_lock superblock"); in __superblock_all_zeroes()
327 DMERR("Failed to read_lock superblock"); in __open_metadata()
336 DMERR("Region and/or target size don't match the ones in metadata"); in __open_metadata()
347 DMERR("dm_tm_open_with_sm failed"); in __open_metadata()
368 DMERR("Failed to create transaction manager"); in __format_metadata()
376 DMERR("Failed to create empty on-disk bitset"); in __format_metadata()
[all …]
H A Ddm-init.c144 DMERR("invalid type \"%s\"", sp->target_type); in dm_parse_table_entry()
169 DMERR("too many targets %u > %d", in dm_parse_table()
175 DMERR("couldn't parse table"); in dm_parse_table()
253 DMERR("too many devices %lu > %d", in dm_parse_devices()
260 DMERR("couldn't parse device"); in dm_parse_devices()
282 DMERR("Argument is too big. Limit is %d", DM_MAX_STR_SIZE); in dm_init_init()
H A Ddm-log-userspace-base.c103 DMERR(" Userspace log server not found."); in userspace_do_request()
121 DMERR("Error trying to resume userspace log: %d", r); in userspace_do_request()
248 DMERR("Failed to allocate memory for device information"); in userspace_ctr()
256 DMERR("Failed to create flush_entry_pool"); in userspace_ctr()
269 DMERR("Userspace log server not found"); in userspace_ctr()
271 DMERR("Userspace log server failed to create log"); in userspace_ctr()
281 DMERR("Failed to get region size of dirty log"); in userspace_ctr()
290 DMERR("DM_ULOG_CTR device return string not properly terminated"); in userspace_ctr()
297 DMERR("Failed to register %s with device-mapper", in userspace_ctr()
304 DMERR("couldn't start dmlogd"); in userspace_ctr()
[all …]
H A Ddm-dust.c88 DMERR("%s: block %llu not found in badblocklist", in dust_remove_block()
114 DMERR("%s: badblock allocation failed", __func__); in dust_add_block()
123 DMERR("%s: block %llu already in badblocklist", in dust_add_block()
432 DMERR("%s requires an additional argument", argv[0]); in dust_message()
467 DMERR("selected block value out of range"); in dust_message()
489 DMERR("selected write fail count out of range"); in dust_message()
495 DMERR("selected block value out of range"); in dust_message()
505 DMERR("invalid number of arguments '%d'", argc); in dust_message()
508 DMERR("unrecognized message '%s' received", argv[0]); in dust_message()
H A Ddm-thin-metadata.c272 DMERR("%s failed: blocknr %llu: wanted %llu", in sb_check()
279 DMERR("%s failed: magic %llu: wanted %llu", in sb_check()
289 DMERR("%s failed: csum %u: wanted %u", in sb_check()
400 DMERR("btree delete failed"); in subtree_dec()
608 DMERR("tm_create_with_sm failed"); in __format_metadata()
614 DMERR("sm_disk_create failed"); in __format_metadata()
622 DMERR("could not create non-blocking clone tm"); in __format_metadata()
635 DMERR("couldn't create devices root"); in __format_metadata()
667 DMERR("could not access metadata due to unsupported optional features (%lx).", in __check_incompat_features()
680 DMERR("could not access metadata RDWR due to unsupported optional features (%lx).", in __check_incompat_features()
[all …]
H A Ddm-exception-store.c84 DMERR("No memory left to attempt load for \"%s\"", type_name); in get_type()
269 DMERR("Unable to register transient exception store type."); in dm_exception_store_init()
275 DMERR("Unable to register persistent exception store type"); in dm_exception_store_init()
H A Ddm-log-userspace-transfer.c112 DMERR("Insufficient space to receive package [%u] (%u vs %zu)", in fill_pkg()
144 DMERR("Incomplete message received (expected %u, got %u): [%u]", in cn_ulog_callback()
231 DMERR("Unable to send log request [%u] to userspace: %d", in dm_consult_userspace()
H A Ddm-cache-target.c878 DMERR("%s: unable to read needs_check flag, setting failure mode.", in set_cache_mode()
884 DMERR("%s: unable to switch cache to write mode until repaired.", in set_cache_mode()
922 DMERR("%s: failed to abort metadata transaction", dev_name); in abort_transaction()
927 DMERR("%s: failed to set 'needs_check' flag in metadata", dev_name); in abort_transaction()
1498 DMERR("%s: policy_invalidate_mapping failed", cache_device_name(cache)); in invalidate_cblock()
2710 DMERR("%s: could not resize on-disk discard bitset", cache_device_name(cache)); in write_discard_bitset()
2752 DMERR("%s: could not write dirty bitset", cache_device_name(cache)); in sync_metadata()
2756 DMERR("%s: could not write discard bitset", cache_device_name(cache)); in sync_metadata()
2762 DMERR("%s: could not write hints", cache_device_name(cache)); in sync_metadata()
2771 DMERR("%s: could not write cache metadata", cache_device_name(cache)); in sync_metadata()
[all …]
H A Ddm-raid.c357 DMERR("%s called with more than one flag!", __func__); in dm_raid_arg_name_by_flag()
974 DMERR("Supplied region_size (%lu sectors) below minimum (%lu)", in validate_region_size()
1036 DMERR("Bogus raid10 data copies < 2!"); in validate_raid_redundancy()
1156 DMERR("Ignoring chunk size parameter for RAID 1"); in parse_raid_params()
1463 DMERR("Unable to parse RAID parameter: %s", key); in parse_raid_params()
2075 DMERR("Failed to read superblock of device at position %d", in read_disk_sb()
2282 DMERR("Reshape requested but raid set is still reshaping"); in super_init_validation()
2305 DMERR("Takeover raid sets from %s to %s not yet supported by metadata. (raid level change)", in super_init_validation()
2308 DMERR("Takeover raid sets not yet supported by metadata. (raid level change)"); in super_init_validation()
2311 DMERR("Reshapin in super_init_validation()
[all...]
H A Ddm-ps-round-robin.c224 DMERR("register failed %d", r); in dm_rr_init()
236 DMERR("unregister failed %d", r); in dm_rr_exit()
H A Ddm-snap-persistent.c370 DMERR("invalid on-disk chunk size %u: %s.", in read_header()
876 DMERR("couldn't start header metadata update thread"); in persistent_ctr()
887 DMERR("Unsupported persistent store option: %s", options); in persistent_ctr()
962 DMERR("Unable to register persistent exception store type"); in dm_persistent_snapshot_init()
968 DMERR("Unable to register old-style persistent exception store type"); in dm_persistent_snapshot_init()
H A Ddm-ps-queue-length.c264 DMERR("register failed %d", r); in dm_ql_init()
276 DMERR("unregister failed %d", r); in dm_ql_exit()
H A Ddm-ps-io-affinity.c257 DMERR("register failed %d", ret); in dm_ioa_init()
266 DMERR("unregister failed %d", ret); in dm_ioa_exit()
H A Ddm-ps-service-time.c345 DMERR("register failed %d", r); in dm_st_init()
357 DMERR("unregister failed %d", r); in dm_st_exit()
H A Ddm-thin.c1458 DMERR("%s", ooms_reason); in check_for_metadata_space()
2554 DMERR("%s: unable to switch pool to write mode until repaired.", in set_pool_mode()
2646 DMERR("%s: failed to abort metadata transaction", dev_name); in abort_transaction()
2651 DMERR("%s: failed to set 'needs_check' flag in metadata", dev_name); in abort_transaction()
3469 DMERR("%s: failed to retrieve data device size", in maybe_resize_data_dev()
3475 DMERR("%s: pool target (%llu blocks) too small: expected %llu", in maybe_resize_data_dev()
3482 DMERR("%s: unable to grow the data device until repaired.", in maybe_resize_data_dev()
3516 DMERR("%s: failed to retrieve metadata device size", in maybe_resize_metadata_dev()
3522 DMERR("%s: metadata device (%llu blocks) too small: expected %llu", in maybe_resize_metadata_dev()
3529 DMERR("%s: unable to grow the metadata device until repaired.", in maybe_resize_metadata_dev()
[all …]
H A Ddm-ps-historical-service-time.c545 DMERR("register failed %d", r); in dm_hst_init()
557 DMERR("unregister failed %d", r); in dm_hst_exit()
H A Ddm-raid1.c244 DMERR("Primary mirror (%s) failed while out-of-sync: Reads may fail.", in fail_mirror()
1134 DMERR("couldn't start kmirrord"); in mirror_ctr()
1284 DMERR("Mirror read failed from %s. Trying alternative device.", in mirror_end_io()
1303 DMERR("All replicated volumes dead, failing I/O"); in mirror_end_io()
1506 DMERR("Failed to alloc workqueue"); in dm_mirror_init()
H A Ddm-cache-policy-smq.c1753 DMERR("couldn't initialize entry space"); in __smq_create()
1774 DMERR("couldn't allocate hotspot hit bitset"); in __smq_create()
1782 DMERR("couldn't allocate cache hit bitset"); in __smq_create()
1905 DMERR("register failed %d", r); in smq_init()
1911 DMERR("register failed (as mq) %d", r); in smq_init()
1917 DMERR("register failed (as cleaner) %d", r); in smq_init()
1923 DMERR("register failed (as default) %d", r); in smq_init()
H A Ddm-mpath.c758 DMERR("%s: QIFNP disabled but saved as enabled, saving again loses state, not saving!", in queue_if_no_path()
1075 DMERR("bio-based multipath doesn't allow hardware handler args"); in parse_hw_handler()
1552 DMERR("Could not failover the device: Handler scsi_dh_%s " in pg_init_done()
1589 DMERR("Could not failover device. Error %d.", errors); in pg_init_done()
2210 DMERR("failed to create workqueue kmpathd"); in dm_multipath_init()
2223 DMERR("failed to create workqueue kmpath_handlerd"); in dm_multipath_init()
2229 DMERR("failed to create workqueue dm_mpath_wq"); in dm_multipath_init()
/linux/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c188 DMERR("too many recursive allocations"); in add_bop()
227 DMERR("bug in bop ring buffer"); in apply_bops()
249 DMERR("lost track of recursion depth"); in out()
402 DMERR("cannot recurse set_count()"); in sm_metadata_set_count()
592 DMERR("bootstrap doesn't support extend"); in sm_bootstrap_extend()
636 DMERR("bootstrap doesn't support set_count"); in sm_bootstrap_set_count()
687 DMERR("bootstrap doesn't support root_size"); in sm_bootstrap_root_size()
695 DMERR("bootstrap doesn't support copy_root"); in sm_bootstrap_copy_root()
751 DMERR("%s: apply_bops failed", __func__); in sm_metadata_extend()
820 DMERR("%s: apply_bops failed", __func__); in dm_sm_metadata_create()
H A Ddm-btree-remove.c92 DMERR("mismatched value size"); in node_copy()
100 DMERR("bad shift"); in node_copy()
112 DMERR("bad shift"); in node_copy()
201 DMERR("node max_entries mismatch"); in shift()
206 DMERR("node shift out of bounds"); in shift()
211 DMERR("node shift out of bounds"); in shift()
320 DMERR("node shift out of bounds"); in delete_center_node()
331 DMERR("node shift out of bounds"); in delete_center_node()
433 DMERR("bad btree metadata, max_entries differ"); in __rebalance3()
H A Ddm-block-manager.c106 DMERR("recursive lock detected in metadata"); in __check_holder()
108 DMERR("previously held here:"); in __check_holder()
112 DMERR("subsequent acquisition attempted here:"); in __check_holder()
305 DMERR("recursive acquisition of block %llu requested.", in report_recursive_bug()
H A Ddm-transaction-manager.c504 DMERR("couldn't create metadata space map"); in dm_tm_create_with_sm()
511 DMERR("couldn't open metadata space map");

12