Home
last modified time | relevance | path

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

/linux-4.4.14/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 bitmap_check()
101 DMERR_LIMIT("bitmap check failed: csum %u != wanted %u", in bitmap_check()
498 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()
586 DMERR_LIMIT("couldn't get reference count for block %llu", in block_dec()
598 DMERR_LIMIT("couldn't get array block %llu", in block_dec()
Ddm-block-manager.c432 DMERR_LIMIT("%s validator check failed for block %llu", v->name, in dm_bm_validate_buffer()
439 DMERR_LIMIT("validator mismatch (old=%s vs new=%s) for block %llu", in dm_bm_validate_buffer()
Ddm-space-map-metadata.c477 DMERR_LIMIT("unable to allocate new metadata block"); in sm_metadata_new_block()
483 DMERR_LIMIT("couldn't get free block count"); in sm_metadata_new_block()
/linux-4.4.14/drivers/md/
Ddm-cache-target.c1040 DMERR_LIMIT("%s: aborting current metadata transaction", dev_name); in abort_transaction()
1049 DMERR_LIMIT("%s: metadata operation '%s' failed: error = %d", in metadata_operation_failed()
1134 DMERR_LIMIT("%s: writeback failed; couldn't copy block", dev_name); in migration_failure()
1139 DMERR_LIMIT("%s: demotion failed; couldn't copy block", dev_name); in migration_failure()
1146 DMERR_LIMIT("%s: promotion failed; couldn't copy block", dev_name); in migration_failure()
1169 DMERR_LIMIT("%s: demotion failed; couldn't update on disk metadata", in migration_success_pre_commit()
1182 DMERR_LIMIT("%s: promotion failed; couldn't update on disk metadata", in migration_success_pre_commit()
1280 DMERR_LIMIT("%s: issuing migration failed", cache_device_name(cache)); in issue_copy()
1884 DMERR_LIMIT("%s: %s: erroring bio, unknown policy op: %u", in process_cell()
3081 DMERR_LIMIT("%s: Unexpected return from cache replacement policy: %d", in cache_map()
[all …]
Ddm-raid1.c304 DMERR_LIMIT("Unable to read primary mirror during recovery"); in recovery_complete()
309 DMERR_LIMIT("Write error during recovery (error = 0x%lx)", in recovery_complete()
534 DMERR_LIMIT("Read failure on mirror device %s. Failing I/O.", in read_callback()
1271 DMERR_LIMIT("Mirror read failed."); in mirror_end_io()
Ddm-thin.c1145 DMERR_LIMIT("dm_kcopyd_zero() failed"); in ll_zero()
1215 DMERR_LIMIT("dm_kcopyd_copy() failed"); in schedule_copy()
1421 DMERR_LIMIT("bio unserviceable, yet pool is in PM_WRITE mode"); in should_error_unserviceable_bio()
1432 DMERR_LIMIT("bio unserviceable, yet pool has an unknown mode"); in should_error_unserviceable_bio()
1632 DMERR_LIMIT("%s: alloc_data_block() failed: error = %d", in break_sharing()
1756 DMERR_LIMIT("%s: alloc_data_block() failed: error = %d", in provision_block()
1810 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d", in process_cell()
1878 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d", in __process_bio_read_only()
2457 DMERR_LIMIT("%s: aborting current metadata transaction", dev_name); in abort_transaction()
2471 DMERR_LIMIT("%s: metadata operation '%s' failed: error = %d", in metadata_operation_failed()
Ddm-verity.c553 DMERR_LIMIT("unaligned io"); in verity_map()
559 DMERR_LIMIT("io out of range"); in verity_map()
Ddm.c2110 DMERR_LIMIT("request attempted access beyond the end of device"); in dm_request_fn()
2666 DMERR_LIMIT("request attempted access beyond the end of device"); in dm_mq_queue_rq()
/linux-4.4.14/include/linux/
Ddevice-mapper.h504 #define DMERR_LIMIT(f, arg...) \ macro