Home
last modified time | relevance | path

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

/linux/drivers/md/persistent-data/
A Ddm-btree-spine.c46 DMERR_LIMIT("node_check failed: blocknr %llu != wanted %llu", in node_check()
55 DMERR_LIMIT("node_check failed: csum %u != wanted %u", in node_check()
64 DMERR_LIMIT("node_check failed: max_entries too large"); in node_check()
69 DMERR_LIMIT("node_check failed: too many entries"); in node_check()
78 DMERR_LIMIT("node_check failed: node is neither INTERNAL or LEAF"); in node_check()
A 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()
597 DMERR_LIMIT("couldn't get reference count for block %llu", in __block_dec()
609 DMERR_LIMIT("couldn't get array block %llu", in __block_dec()
A Ddm-block-manager.c439 DMERR_LIMIT("%s validator check failed for block %llu", v->name, in dm_bm_validate_buffer()
446 DMERR_LIMIT("validator mismatch (old=%s vs new=%s) for block %llu", in dm_bm_validate_buffer()
A Ddm-space-map-common.c44 DMERR_LIMIT("index_check failed: blocknr %llu != wanted %llu", in index_check()
53 DMERR_LIMIT("index_check failed: csum %u != wanted %u", in index_check()
94 DMERR_LIMIT("bitmap check failed: blocknr %llu != wanted %llu", in dm_bitmap_check()
103 DMERR_LIMIT("bitmap check failed: csum %u != wanted %u", in dm_bitmap_check()
A Ddm-space-map-metadata.c490 DMERR_LIMIT("unable to allocate new metadata block"); in sm_metadata_new_block()
496 DMERR_LIMIT("couldn't get free block count"); in sm_metadata_new_block()
/linux/drivers/md/
A 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()
1266 DMERR_LIMIT("Mirror read failed."); in mirror_end_io()
A Ddm-cache-target.c923 DMERR_LIMIT("%s: aborting current metadata transaction", dev_name); in abort_transaction()
932 DMERR_LIMIT("%s: metadata operation '%s' failed: error = %d", in metadata_operation_failed()
1242 DMERR_LIMIT("%s: migration failed; couldn't insert mapping", in mg_update_metadata()
1255 DMERR_LIMIT("%s: migration failed; couldn't update on disk metadata", in mg_update_metadata()
1475 DMERR_LIMIT("%s: invalidation failed; couldn't update on disk metadata", in invalidate_cblock()
1627 DMERR_LIMIT("%s: policy_lookup_with_work() failed with r = %d", in map_bio()
1642 DMERR_LIMIT("%s: policy_lookup() failed with r = %d", in map_bio()
1870 DMERR_LIMIT("%s: policy_background_work failed", in check_migrations()
A Ddm-verity-target.c241 DMERR_LIMIT("%s: %s block %llu is corrupted", v->data_dev->name, in verity_handle_err()
681 DMERR_LIMIT("unaligned io"); in verity_map()
687 DMERR_LIMIT("io out of range"); in verity_map()
A Ddm-verity-fec.c171 DMERR_LIMIT("%s: FEC %llu: failed to correct: %d", in fec_decode_bufs()
395 DMERR_LIMIT("%s: FEC %llu: failed to correct (%d erasures)", in fec_decode_rsb()
A Ddm-thin.c1606 DMERR_LIMIT("bio unserviceable, yet pool is in PM_WRITE mode"); in should_error_unserviceable_bio()
1618 DMERR_LIMIT("bio unserviceable, yet pool has an unknown mode"); in should_error_unserviceable_bio()
1807 DMERR_LIMIT("%s: alloc_data_block() failed: error = %d", in break_sharing()
1931 DMERR_LIMIT("%s: alloc_data_block() failed: error = %d", in provision_block()
1985 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d", in process_cell()
2053 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d", in __process_bio_read_only()
2629 DMERR_LIMIT("%s: aborting current metadata transaction", dev_name); in abort_transaction()
2643 DMERR_LIMIT("%s: metadata operation '%s' failed: error = %d", in metadata_operation_failed()
A Ddm-clone-target.c771 DMERR_LIMIT("%s: hydration failed", clone_device_name(clone)); in hydration_kcopyd_callback()
A Ddm-crypt.c1370 DMERR_LIMIT("%s: INTEGRITY AEAD ERROR, sector %llu", in crypt_convert_block_aead()
2185 DMERR_LIMIT("%s: INTEGRITY AEAD ERROR, sector %llu", in kcryptd_async_done()
A Ddm.c1581 DMERR_LIMIT("%s: mapping table unavailable, erroring io", in dm_submit_bio()
A Ddm-integrity.c1793 DMERR_LIMIT("%s: Checksum failed at sector 0x%llx", in integrity_metadata()
2002 DMERR_LIMIT("Checksum failed when reading from journal, at sector 0x%llx", in __journal_read_write()
/linux/include/linux/
A Ddevice-mapper.h593 #define DMERR_LIMIT(fmt, ...) pr_err_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) macro

Completed in 61 milliseconds