Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-zoned-reclaim.c203 DMDEBUG("(%s/%u): Chunk %u, move buf zone %u (weight %u) to data zone %u (weight %u)", in dmz_reclaim_buf()
242 DMDEBUG("(%s/%u): Chunk %u, move data zone %u (weight %u) to buf zone %u (weight %u)", in dmz_reclaim_seq_data()
301 DMDEBUG("(%s/%u): Chunk %u, move %s zone %u (weight %u) to %s zone %u", in dmz_reclaim_rnd_data()
376 DMDEBUG("(%s/%u): No zone found to reclaim", in dmz_do_reclaim()
422 DMDEBUG("(%s/%u): reclaim zone %u interrupted", in dmz_do_reclaim()
426 DMDEBUG("(%s/%u): Failed to reclaim zone %u, err %d", in dmz_do_reclaim()
435 DMDEBUG("(%s/%u): Metadata flush for zone %u failed, err %d", in dmz_do_reclaim()
440 DMDEBUG("(%s/%u): Reclaimed zone %u in %u ms", in dmz_do_reclaim()
532 DMDEBUG("(%s/%u): Reclaim (%u): %s, %u%% free zones (%u/%u cache %u/%u random)", in dmz_reclaim_work()
H A Ddm-init.c167 DMDEBUG("parsing table \"%s\"", str); in dm_parse_table()
245 DMDEBUG("parsing \"%s\"", str); in dm_parse_devices()
H A Ddm-zoned-target.c185 DMDEBUG("(%s): READ chunk %llu -> %s zone %u, block %llu, %u blocks", in dmz_handle_read()
328 DMDEBUG("(%s): WRITE chunk %llu -> %s zone %u, block %llu, %u blocks", in dmz_handle_write()
373 DMDEBUG("(%s): DISCARD chunk %llu -> zone %u, block %llu, %u blocks", in dmz_handle_discard()
512 DMDEBUG("(%s): Metadata flush failed, rc=%d", in dmz_flush_work()
638 DMDEBUG("(%s): BIO op %d sector %llu + %u => chunk %llu, block %llu, %u blocks", in dmz_map()
675 DMDEBUG("(%s): BIO op %d, can't process chunk %llu, err %i", in dmz_map()
H A Ddm-zoned.h187 DMDEBUG("(%pg): " format, (dev)->bdev, ## args)
H A Ddm-zoned-metadata.c217 DMDEBUG("(%s): " format, (zmd)->label, ## args)
1508 DMDEBUG("(%s): Using %zu B for zone information", in dmz_init_zones()
1514 DMDEBUG("(%s): Failed to emulate zones, error %d", in dmz_init_zones()
1533 DMDEBUG("(%s): Failed to report zones, error %d", in dmz_init_zones()
1550 DMDEBUG("(%s): Failed to report zones, error %d", in dmz_init_zones()
H A Ddm-mpath.c749 DMDEBUG("%s: %s caller=%s f_queue_if_no_path=%d save_old_value=%d", in queue_if_no_path()
769 DMDEBUG("%s: after %s changes; QIFNP = %d; SQIFNP = %d; DNFS = %d", in queue_if_no_path()
1775 DMDEBUG("%s: %s finished; QIFNP = %d; SQIFNP = %d", in multipath_resume()
H A Ddm-flakey.c356 DMDEBUG("Corrupting data bio=%p by writing %u to byte %u " in corrupt_bio_common()
H A Ddm-crypt.c1200 DMDEBUG("%s: Integrity AEAD, tag size %u, IV size %u.", dm_device_name(md), in crypt_integrity_ctr()
1208 DMDEBUG("%s: Additional per-sector space %u bytes for IV.", dm_device_name(md), in crypt_integrity_ctr()
3381 DMDEBUG("Zone append operations will be emulated"); in crypt_ctr()
H A Ddm-table.c831 DMDEBUG("%pg: error: dax unsupported by block device", dev->bdev); in device_not_dax_capable()
H A Ddm.c2696 DMDEBUG("%s: suspending with flush", dm_device_name(md)); in __dm_suspend()
/openbmc/linux/include/linux/
H A Ddevice-mapper.h633 #define DMDEBUG(fmt, ...) pr_debug(DM_FMT(fmt), ##__VA_ARGS__) macro