Searched refs:DMERR_LIMIT (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-btree-spine.c | 48 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()
|
D | dm-space-map-common.c | 42 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() 504 DMERR_LIMIT("unable to decrement a reference count below 0"); in dec_ref_count()
|
D | dm-array.c | 60 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()
|
D | dm-block-manager.c | 432 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()
|
D | dm-space-map-metadata.c | 467 DMERR_LIMIT("unable to allocate new metadata block"); in sm_metadata_new_block() 473 DMERR_LIMIT("couldn't get free block count"); in sm_metadata_new_block()
|
/linux-4.1.27/drivers/md/ |
D | dm-thin.c | 897 DMERR_LIMIT("dm_thin_remove_block() failed"); in process_prepared_discard() 977 DMERR_LIMIT("dm_kcopyd_zero() failed"); in ll_zero() 1046 DMERR_LIMIT("dm_kcopyd_copy() failed"); in schedule_copy() 1253 DMERR_LIMIT("bio unserviceable, yet pool is in PM_WRITE mode"); in should_error_unserviceable_bio() 1264 DMERR_LIMIT("bio unserviceable, yet pool has an unknown mode"); in should_error_unserviceable_bio() 1372 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d", in process_discard_cell() 1414 DMERR_LIMIT("%s: alloc_data_block() failed: error = %d", in break_sharing() 1538 DMERR_LIMIT("%s: alloc_data_block() failed: error = %d", in provision_block() 1592 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d", in process_cell() 1660 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d", in __process_bio_read_only() [all …]
|
D | dm-raid1.c | 302 DMERR_LIMIT("Unable to read primary mirror during recovery"); in recovery_complete() 307 DMERR_LIMIT("Write error during recovery (error = 0x%lx)", in recovery_complete() 518 DMERR_LIMIT("Read failure on mirror device %s. Failing I/O.", in read_callback() 1236 DMERR_LIMIT("Mirror read failed."); in mirror_end_io()
|
D | dm-verity.c | 556 DMERR_LIMIT("unaligned io"); in verity_map() 562 DMERR_LIMIT("io out of range"); in verity_map()
|
D | dm-cache-target.c | 1063 DMERR_LIMIT("issuing migration failed"); in issue_copy() 1570 DMERR_LIMIT("%s: erroring bio, unknown policy op: %u", __func__, in process_bio() 2660 DMERR_LIMIT("Unexpected return from cache replacement policy: %d", r); in __cache_map() 2710 DMERR_LIMIT("%s: erroring bio: unknown policy op: %u", __func__, in __cache_map()
|
D | dm.c | 2116 DMERR_LIMIT("request attempted access beyond the end of device"); in dm_request_fn() 2724 DMERR_LIMIT("request attempted access beyond the end of device"); in dm_mq_queue_rq()
|
/linux-4.1.27/include/linux/ |
D | device-mapper.h | 506 #define DMERR_LIMIT(f, arg...) \ macro
|