Home
last modified time | relevance | path

Searched refs:DMCRIT (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/md/
H A Ddm-stats.c137 DMCRIT("Memory usage accounting bug."); in free_shared_memory()
227 DMCRIT("leaked in-flight counter at index %lu " in dm_stats_cleanup()
658 DMCRIT("Invalid area access in region id %d", s->id); in __dm_stat_bio()
1244 DMCRIT("Invalid parameters for message %s", argv[0]); in dm_stats_message()
1261 DMCRIT("shared_memory_amount leaked: %lu", shared_memory_amount); in dm_statistics_exit()
H A Ddm-rq.c243 DMCRIT("unimplemented target endio return value: %d", r); in dm_done()
414 DMCRIT("unimplemented target map return value: %d", r); in map_request()
H A Ddm-bufio.c1218 DMCRIT("dm_bufio_free_buffer_data: bad data mode: %d", in free_buffer_data()
2853 DMCRIT("%s: dm_bufio_client_count leaked: %d", in dm_bufio_exit()
2859 DMCRIT("%s: dm_bufio_current_allocated leaked: %lu", in dm_bufio_exit()
2865 DMCRIT("%s: dm_bufio_allocated_get_free_pages leaked: %lu", in dm_bufio_exit()
2871 DMCRIT("%s: dm_bufio_vmalloc leaked: %lu", in dm_bufio_exit()
H A Ddm-io.c97 DMCRIT("Unaligned struct io pointer %p", io); in store_io_and_region_in_bio()
H A Ddm-integrity.c582 DMCRIT("invalid bitmap access (%llx,%llx,%d,%d,%d)", in block_bitmap_op()
711 DMCRIT("%s: invalid access at (%u,%u), limit (%u,%u)", in access_journal_check()
2689 DMCRIT("journal_sections %u, journal_section_entries %u, " in pad_uncommitted()
3010 DMCRIT("out of memory for recalculate buffer - recalculation disabled"); in integrity_recalc()
3169 DMCRIT("out of memory for recalculate buffer - recalculation disabled"); in integrity_recalc_inline()
3233 DMCRIT("out of memory for bio integrity payload - recalculation disabled"); in integrity_recalc_inline()
H A Ddm.c1131 DMCRIT("unimplemented target endio return value: %d", r); in clone_endio()
1448 DMCRIT("unimplemented target map return value: %d", r); in __map_bio()
/linux/include/linux/
H A Ddevice-mapper.h655 #define DMCRIT(fmt, ...) pr_crit(DM_FMT(fmt), ##__VA_ARGS__) macro