Searched refs:DMERR_LIMIT (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/md/persistent-data/
H A Ddm-btree-spine.c43 DMERR_LIMIT("%s failed: blocknr %llu != wanted %llu", __func__,
52 DMERR_LIMIT("%s failed: csum %u != wanted %u", __func__,
63 DMERR_LIMIT("%s failed: max_entries too large", __func__);
68 DMERR_LIMIT("%s failed: too many entries", __func__);
77 DMERR_LIMIT("%s failed: node is neither INTERNAL or LEAF", __func__);
H A Ddm-array.c61 DMERR_LIMIT("%s failed: blocknr %llu != wanted %llu", __func__,
71 DMERR_LIMIT("%s failed: csum %u != wanted %u", __func__,
600 DMERR_LIMIT("couldn't get reference count for block %llu",
612 DMERR_LIMIT("couldn't get array block %llu",
H A Ddm-space-map-common.c45 DMERR_LIMIT("%s failed: blocknr %llu != wanted %llu", __func__,
54 DMERR_LIMIT("i%s failed: csum %u != wanted %u", __func__,
95 DMERR_LIMIT("bitmap check failed: blocknr %llu != wanted %llu",
104 DMERR_LIMIT("bitmap check failed: csum %u != wanted %u",
288 DMERR_LIMIT("metadata block out of bounds");
H A Ddm-space-map-metadata.c494 DMERR_LIMIT("unable to allocate new metadata block");
500 DMERR_LIMIT("couldn't get free block count");
H A Ddm-block-manager.c453 DMERR_LIMIT("%s validator check failed for block %llu", v->name,
460 DMERR_LIMIT("validator mismatch (old=%s vs new=%s) for block %llu",
/linux-master/drivers/md/
H A Ddm-cache-target.c921 DMERR_LIMIT("%s: aborting current metadata transaction", dev_name);
935 DMERR_LIMIT("%s: metadata operation '%s' failed: error = %d",
1248 DMERR_LIMIT("%s: migration failed; couldn't insert mapping",
1261 DMERR_LIMIT("%s: migration failed; couldn't update on disk metadata",
1487 DMERR_LIMIT("%s: invalidation failed; couldn't update on disk metadata",
1641 DMERR_LIMIT("%s: policy_lookup_with_work() failed with r = %d",
1656 DMERR_LIMIT("%s: policy_lookup() failed with r = %d",
1889 DMERR_LIMIT("%s: policy_background_work failed",
H A Ddm-raid1.c311 DMERR_LIMIT("Unable to read primary mirror during recovery");
316 DMERR_LIMIT("Write error during recovery (error = 0x%lx)",
537 DMERR_LIMIT("Read failure on mirror device %s. Failing I/O.",
1278 DMERR_LIMIT("Mirror read failed.");
H A Ddm-verity-target.c251 DMERR_LIMIT("%s: %s block %llu is corrupted", v->data_dev->name,
834 DMERR_LIMIT("unaligned io");
840 DMERR_LIMIT("io out of range");
H A Ddm-thin.c1605 DMERR_LIMIT("bio unserviceable, yet pool is in PM_WRITE mode");
1617 DMERR_LIMIT("bio unserviceable, yet pool has an unknown mode");
1788 DMERR_LIMIT("Discard doesn't respect bio prison limits");
1828 DMERR_LIMIT("%s: alloc_data_block() failed: error = %d",
1952 DMERR_LIMIT("%s: alloc_data_block() failed: error = %d",
2006 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d",
2074 DMERR_LIMIT("%s: dm_thin_find_block() failed: error = %d",
2650 DMERR_LIMIT("%s: aborting current metadata transaction", dev_name);
2664 DMERR_LIMIT("%s: metadata operation '%s' failed: error = %d",
H A Ddm-verity-fec.c174 DMERR_LIMIT("%s: FEC %llu: failed to correct: %d",
399 DMERR_LIMIT("%s: FEC %llu: failed to correct (%d erasures)",
H A Ddm-clone-target.c771 DMERR_LIMIT("%s: hydration failed", clone_device_name(clone));
H A Ddm-crypt.c1379 DMERR_LIMIT("%pg: INTEGRITY AEAD ERROR, sector %llu",
2247 DMERR_LIMIT("%pg: INTEGRITY AEAD ERROR, sector %llu",
H A Ddm-integrity.c1749 DMERR_LIMIT("%pg: Checksum failed at sector 0x%llx",
2070 DMERR_LIMIT("Checksum failed when reading from journal, at sector 0x%llx",
/linux-master/include/linux/
H A Ddevice-mapper.h628 #define DMERR_LIMIT(fmt, ...) pr_err_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) macro

Completed in 167 milliseconds