Searched refs:DMCRIT (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/md/ |
A D | dm-target.c | 102 DMCRIT("Unregistering unrecognised target: %s", tt->name); in dm_unregister_target()
|
A D | dm-stats.c | 134 DMCRIT("Memory usage accounting bug."); in free_shared_memory() 219 DMCRIT("leaked in-flight counter at index %lu " in dm_stats_cleanup() 644 DMCRIT("Invalid area access in region id %d", s->id); in __dm_stat_bio() 1230 DMCRIT("Invalid parameters for message %s", argv[0]); in dm_stats_message() 1247 DMCRIT("shared_memory_amount leaked: %lu", shared_memory_amount); in dm_statistics_exit()
|
A D | dm-rq.c | 243 DMCRIT("unimplemented target endio return value: %d", r); in dm_done() 414 DMCRIT("unimplemented target map return value: %d", r); in map_request()
|
A D | dm-bufio.c | 475 DMCRIT("dm_bufio_free_buffer_data: bad data mode: %d", in free_buffer_data() 2139 DMCRIT("%s: dm_bufio_client_count leaked: %d", in dm_bufio_exit() 2145 DMCRIT("%s: dm_bufio_current_allocated leaked: %lu", in dm_bufio_exit() 2151 DMCRIT("%s: dm_bufio_allocated_get_free_pages leaked: %lu", in dm_bufio_exit() 2157 DMCRIT("%s: dm_bufio_vmalloc leaked: %lu", in dm_bufio_exit()
|
A D | dm-io.c | 97 DMCRIT("Unaligned struct io pointer %p", io); in store_io_and_region_in_bio()
|
A D | dm.c | 1142 DMCRIT("unimplemented target endio return value: %d", r); in clone_endio() 1449 DMCRIT("unimplemented target map return value: %d", r); in __map_bio()
|
A D | dm-integrity.c | 610 DMCRIT("invalid bitmap access (%llx,%llx,%d,%d,%d)", in block_bitmap_op() 739 DMCRIT("%s: invalid access at (%u,%u), limit (%u,%u)", in access_journal_check() 2369 DMCRIT("journal_sections %u, journal_section_entries %u, " in pad_uncommitted()
|
/linux-6.3-rc2/include/linux/ |
A D | device-mapper.h | 610 #define DMCRIT(fmt, ...) pr_crit(DM_FMT(fmt), ##__VA_ARGS__) macro
|
Completed in 34 milliseconds