Searched refs:DMINFO (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/md/ |
D | dm-uevent.c | 148 DMINFO("%s: skipping sending uevent for lost device", in dm_send_uevents() 211 DMINFO("version 1.0.3"); in dm_uevent_init()
|
D | dm-log-userspace-base.c | 114 DMINFO("Reconnected to userspace log server... DM_ULOG_CTR complete"); in userspace_do_request() 915 DMINFO("version " DM_LOG_USERSPACE_VSN " loaded"); in userspace_dirty_log_init() 925 DMINFO("version " DM_LOG_USERSPACE_VSN " unloaded"); in userspace_dirty_log_exit()
|
D | dm-raid.c | 948 DMINFO("Choosing default region size of %lu sectors", in validate_region_size() 951 DMINFO("Choosing default region size of 4MiB"); in validate_region_size() 1543 DMINFO("Adjusting requested %u stripe cache entries to %u to suit stripe size", in rs_set_raid456_stripe_cache() 1562 DMINFO("%u stripe cache entries", nr_stripes); in rs_set_raid456_stripe_cache() 2320 DMINFO("Discovered old metadata format; upgrading to extended metadata format"); in super_init_validation() 2350 DMINFO("Device %d specified for rebuild; clearing superblock", in super_init_validation() 2366 DMINFO("Superblocks created for new raid set"); in super_init_validation() 2434 DMINFO("raid device #%d now at position #%d", role, r->raid_disk); in super_init_validation() 2866 DMINFO("Ignoring invalid layout change with delta_disks=%d", rs->delta_disks); in rs_setup_reshape() 3792 DMINFO("Faulty %s device #%d has readable super block." in attempt_restore_of_faulty_devices() [all …]
|
D | dm-round-robin.c | 218 DMINFO("version " RR_VERSION " loaded"); in dm_rr_init()
|
D | dm-log-userspace-transfer.c | 187 DMINFO("Size of tfr exceeds preallocated size"); in dm_consult_userspace()
|
D | dm-queue-length.c | 262 DMINFO("version " QL_VERSION " loaded"); in dm_ql_init()
|
D | dm-zoned.h | 145 DMINFO("(%s): " format, (dev)->name, ## args)
|
D | dm-service-time.c | 344 DMINFO("version " ST_VERSION " loaded"); in dm_st_init()
|
D | dm-thin.c | 2444 DMINFO("%s: switching pool to %s mode", in notify_of_pool_mode_change() 3407 DMINFO("%s: growing the data device from %llu to %llu blocks", in maybe_resize_data_dev() 3454 DMINFO("%s: growing the metadata device from %llu to %llu blocks", in maybe_resize_metadata_dev()
|
D | dm-crypt.c | 971 DMINFO("Integrity AEAD, tag size %u, IV size %u.", in crypt_integrity_ctr() 979 DMINFO("Additional per-sector space %u bytes for IV.", in crypt_integrity_ctr()
|
D | dm-ioctl.c | 1984 DMINFO("%d.%d.%d%s initialised: %s", DM_VERSION_MAJOR, in dm_interface_init()
|
D | dm.c | 280 DMINFO("cleaned up"); in local_exit()
|
D | dm-cache-target.c | 967 DMINFO("%s: switching cache to %s mode", in notify_mode_switch()
|
/Linux-v4.19/include/linux/ |
D | device-mapper.h | 538 #define DMINFO(fmt, ...) pr_info(DM_FMT(fmt), ##__VA_ARGS__) macro
|