/linux-6.12.1/drivers/md/persistent-data/ |
D | dm-btree-spine.c | 43 DMERR_LIMIT("%s failed: blocknr %llu != wanted %llu", __func__, in node_check() 52 DMERR_LIMIT("%s failed: csum %u != wanted %u", __func__, in node_check() 63 DMERR_LIMIT("%s failed: max_entries too large", __func__); in node_check() 68 DMERR_LIMIT("%s failed: too many entries", __func__); in node_check() 77 DMERR_LIMIT("%s failed: node is neither INTERNAL or LEAF", __func__); in node_check()
|
D | dm-array.c | 61 DMERR_LIMIT("%s failed: blocknr %llu != wanted %llu", __func__, in array_block_check() 71 DMERR_LIMIT("%s failed: csum %u != wanted %u", __func__, in array_block_check() 600 DMERR_LIMIT("couldn't get reference count for block %llu", in __block_dec() 612 DMERR_LIMIT("couldn't get array block %llu", in __block_dec()
|
D | dm-space-map-common.c | 45 DMERR_LIMIT("%s failed: blocknr %llu != wanted %llu", __func__, in index_check() 54 DMERR_LIMIT("i%s failed: csum %u != wanted %u", __func__, in index_check() 95 DMERR_LIMIT("bitmap check failed: blocknr %llu != wanted %llu", in dm_bitmap_check() 104 DMERR_LIMIT("bitmap check failed: csum %u != wanted %u", in dm_bitmap_check() 288 DMERR_LIMIT("metadata block out of bounds"); in sm_ll_lookup_bitmap()
|
D | dm-block-manager.c | 453 DMERR_LIMIT("%s validator check failed for block %llu", v->name, in dm_bm_validate_buffer() 460 DMERR_LIMIT("validator mismatch (old=%s vs new=%s) for block %llu", in dm_bm_validate_buffer()
|
D | dm-space-map-metadata.c | 494 DMERR_LIMIT("unable to allocate new metadata block"); in sm_metadata_new_block() 500 DMERR_LIMIT("couldn't get free block count"); in sm_metadata_new_block()
|
/linux-6.12.1/drivers/md/ |
D | dm-raid1.c | 311 DMERR_LIMIT("Unable to read primary mirror during recovery"); in recovery_complete() 316 DMERR_LIMIT("Write error during recovery (error = 0x%lx)", in recovery_complete() 537 DMERR_LIMIT("Read failure on mirror device %s. Failing I/O.", in read_callback() 1278 DMERR_LIMIT("Mirror read failed."); in mirror_end_io()
|
D | dm-cache-target.c | 920 DMERR_LIMIT("%s: aborting current metadata transaction", dev_name); in abort_transaction() 934 DMERR_LIMIT("%s: metadata operation '%s' failed: error = %d", in metadata_operation_failed() 1247 DMERR_LIMIT("%s: migration failed; couldn't insert mapping", in mg_update_metadata() 1260 DMERR_LIMIT("%s: migration failed; couldn't update on disk metadata", in mg_update_metadata() 1486 DMERR_LIMIT("%s: invalidation failed; couldn't update on disk metadata", in invalidate_cblock() 1640 DMERR_LIMIT("%s: policy_lookup_with_work() failed with r = %d", in map_bio() 1655 DMERR_LIMIT("%s: policy_lookup() failed with r = %d", in map_bio() 1886 DMERR_LIMIT("%s: policy_background_work failed", in check_migrations()
|
D | dm-verity-target.c | 261 DMERR_LIMIT("%s: %s block %llu is corrupted", v->data_dev->name, in verity_handle_err() 540 DMERR_LIMIT("unaligned io (data block spans pages)"); in verity_verify_io() 766 DMERR_LIMIT("unaligned io"); in verity_map() 772 DMERR_LIMIT("io out of range"); in verity_map()
|
D | dm-verity-fec.c | 174 DMERR_LIMIT("%s: FEC %llu: failed to correct: %d", in fec_decode_bufs() 397 DMERR_LIMIT("%s: FEC %llu: failed to correct (%d erasures)", in fec_decode_rsb()
|
D | dm-thin.c | 1599 DMERR_LIMIT("bio unserviceable, yet pool is in PM_WRITE mode"); in should_error_unserviceable_bio() 1611 DMERR_LIMIT("bio unserviceable, yet pool has an unknown mode"); in should_error_unserviceable_bio() 1782 DMERR_LIMIT("Discard doesn't respect bio prison limits"); in process_discard_bio() 1822 DMERR_LIMIT("%s: alloc_data_block() failed: error = %d", in break_sharing() 1946 DMERR_LIMIT("%s: alloc_data_block() failed: error = %d", in provision_block() 2000 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d", in process_cell() 2068 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d", in __process_bio_read_only() 2644 DMERR_LIMIT("%s: aborting current metadata transaction", dev_name); in abort_transaction() 2658 DMERR_LIMIT("%s: metadata operation '%s' failed: error = %d", in metadata_operation_failed()
|
D | dm-rq.c | 499 DMERR_LIMIT("%s: mapping table unavailable, erroring io", in dm_mq_queue_rq()
|
D | dm-clone-target.c | 771 DMERR_LIMIT("%s: hydration failed", clone_device_name(clone)); in hydration_kcopyd_callback()
|
D | dm-crypt.c | 1409 DMERR_LIMIT("%pg: INTEGRITY AEAD ERROR, sector %llu", in crypt_convert_block_aead() 2277 DMERR_LIMIT("%pg: INTEGRITY AEAD ERROR, sector %llu", in kcryptd_async_done()
|
D | dm-integrity.c | 1745 DMERR_LIMIT("%pg: Checksum failed at sector 0x%llx", in integrity_recheck() 2080 DMERR_LIMIT("Checksum failed when reading from journal, at sector 0x%llx", in __journal_read_write() 2599 DMERR_LIMIT("%pg: Checksum failed at sector 0x%llx", in dm_integrity_inline_recheck()
|
D | dm.c | 2034 DMERR_LIMIT("%s: mapping table unavailable, erroring io", in dm_submit_bio()
|
/linux-6.12.1/include/linux/ |
D | device-mapper.h | 648 #define DMERR_LIMIT(fmt, ...) pr_err_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) macro
|