Home
last modified time | relevance | path

Searched refs:DMERR_LIMIT (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/md/persistent-data/
Ddm-btree-spine.c48 DMERR_LIMIT("node_check failed: blocknr %llu != wanted %llu", in node_check()
57 DMERR_LIMIT("node_check failed: csum %u != wanted %u", in node_check()
66 DMERR_LIMIT("node_check failed: max_entries too large"); in node_check()
71 DMERR_LIMIT("node_check failed: too many entries"); in node_check()
80 DMERR_LIMIT("node_check failed: node is neither INTERNAL or LEAF"); in node_check()
Ddm-space-map-common.c42 DMERR_LIMIT("index_check failed: blocknr %llu != wanted %llu", in index_check()
51 DMERR_LIMIT("index_check failed: csum %u != wanted %u", in index_check()
92 DMERR_LIMIT("bitmap check failed: blocknr %llu != wanted %llu", in dm_bitmap_check()
101 DMERR_LIMIT("bitmap check failed: csum %u != wanted %u", in dm_bitmap_check()
499 DMERR_LIMIT("unable to decrement a reference count below 0"); in dec_ref_count()
Ddm-array.c60 DMERR_LIMIT("array_block_check failed: blocknr %llu != wanted %llu", in array_block_check()
70 DMERR_LIMIT("array_block_check failed: csum %u != wanted %u", 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()
Ddm-block-manager.c440 DMERR_LIMIT("%s validator check failed for block %llu", v->name, in dm_bm_validate_buffer()
447 DMERR_LIMIT("validator mismatch (old=%s vs new=%s) for block %llu", in dm_bm_validate_buffer()
Ddm-space-map-metadata.c478 DMERR_LIMIT("unable to allocate new metadata block"); in sm_metadata_new_block()
484 DMERR_LIMIT("couldn't get free block count"); in sm_metadata_new_block()
/Linux-v4.19/drivers/md/
Ddm-raid1.c305 DMERR_LIMIT("Unable to read primary mirror during recovery"); in recovery_complete()
310 DMERR_LIMIT("Write error during recovery (error = 0x%lx)", in recovery_complete()
528 DMERR_LIMIT("Read failure on mirror device %s. Failing I/O.", in read_callback()
1268 DMERR_LIMIT("Mirror read failed."); in mirror_end_io()
Ddm-cache-target.c1024 DMERR_LIMIT("%s: aborting current metadata transaction", dev_name); in abort_transaction()
1033 DMERR_LIMIT("%s: metadata operation '%s' failed: error = %d", in metadata_operation_failed()
1343 DMERR_LIMIT("%s: migration failed; couldn't insert mapping", in mg_update_metadata()
1356 DMERR_LIMIT("%s: migration failed; couldn't update on disk metadata", in mg_update_metadata()
1496 DMERR_LIMIT("%s: alloc_prison_cell failed", cache_device_name(cache)); in mg_lock_writes()
1586 DMERR_LIMIT("%s: invalidation failed; couldn't update on disk metadata", in invalidate_cblock()
1746 DMERR_LIMIT("%s: policy_lookup_with_work() failed with r = %d", in map_bio()
1761 DMERR_LIMIT("%s: policy_lookup() failed with r = %d", in map_bio()
1986 DMERR_LIMIT("%s: policy_background_work failed", in check_migrations()
Ddm-verity-fec.c176 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()
Ddm-thin.c1547 DMERR_LIMIT("bio unserviceable, yet pool is in PM_WRITE mode"); in should_error_unserviceable_bio()
1559 DMERR_LIMIT("bio unserviceable, yet pool has an unknown mode"); in should_error_unserviceable_bio()
1748 DMERR_LIMIT("%s: alloc_data_block() failed: error = %d", in break_sharing()
1872 DMERR_LIMIT("%s: alloc_data_block() failed: error = %d", in provision_block()
1926 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d", in process_cell()
1994 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d", in __process_bio_read_only()
2582 DMERR_LIMIT("%s: aborting current metadata transaction", dev_name); in abort_transaction()
2596 DMERR_LIMIT("%s: metadata operation '%s' failed: error = %d", in metadata_operation_failed()
Ddm-verity-target.c643 DMERR_LIMIT("unaligned io"); in verity_map()
649 DMERR_LIMIT("io out of range"); in verity_map()
Ddm-crypt.c1150 DMERR_LIMIT("INTEGRITY AEAD ERROR, sector %llu", in crypt_convert_block_aead()
1794 DMERR_LIMIT("INTEGRITY AEAD ERROR, sector %llu", in kcryptd_async_done()
/Linux-v4.19/include/linux/
Ddevice-mapper.h535 #define DMERR_LIMIT(fmt, ...) DM_RATELIMIT(pr_err, fmt, ##__VA_ARGS__) macro