Searched refs:DMINFO (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/md/ |
H A D | dm-init.c | 293 DMINFO("waiting for all devices to be available before creating mapped devices"); in dm_init_init() 300 DMINFO("waiting for device %s ...", waitfor[i]); in dm_init_init() 307 DMINFO("all devices available"); in dm_init_init()
|
H A D | dm-dust.c | 98 DMINFO("%s: badblock removed at block %llu", __func__, block); in dust_remove_block() 133 DMINFO("%s: badblock added at block %llu with write fail count %u", in dust_add_block() 200 DMINFO("block %llu removed from badblocklist by write", in __dust_map_write() 434 DMINFO("disabling read failures on bad sectors"); in dust_message() 438 DMINFO("enabling read failures on bad sectors"); in dust_message()
|
H A D | dm-uevent.c | 135 DMINFO("%s: skipping sending uevent for lost device", in dm_send_uevents() 198 DMINFO("version 1.0.3"); in dm_uevent_init()
|
H A D | dm-log-userspace-base.c | 115 DMINFO("Reconnected to userspace log server... DM_ULOG_CTR complete"); in userspace_do_request() 912 DMINFO("version " DM_LOG_USERSPACE_VSN " loaded"); in userspace_dirty_log_init() 922 DMINFO("version " DM_LOG_USERSPACE_VSN " unloaded"); in userspace_dirty_log_exit()
|
H A D | dm-ps-round-robin.c | 226 DMINFO("version " RR_VERSION " loaded"); in dm_rr_init()
|
H A D | dm-log-userspace-transfer.c | 187 DMINFO("Size of tfr exceeds preallocated size"); in dm_consult_userspace()
|
H A D | dm-raid.c | 958 DMINFO("Choosing default region size of %lu sectors", in validate_region_size() 961 DMINFO("Choosing default region size of 4MiB"); in validate_region_size() 1555 DMINFO("Adjusting requested %u stripe cache entries to %u to suit stripe size", in rs_set_raid456_stripe_cache() 1574 DMINFO("%u stripe cache entries", nr_stripes); in rs_set_raid456_stripe_cache() 2337 DMINFO("Discovered old metadata format; upgrading to extended metadata format"); in super_init_validation() 2366 DMINFO("Device %d specified for rebuild; clearing superblock", in super_init_validation() 2378 DMINFO("Superblocks created for new raid set"); in super_init_validation() 2446 DMINFO("raid device #%d now at position #%d", role, r->raid_disk); in super_init_validation() 2861 DMINFO("Ignoring invalid layout change with delta_disks=%d", rs->delta_disks); in rs_setup_reshape() 3886 DMINFO("Faulty %s device #%d has readable super block." in attempt_restore_of_faulty_devices()
|
H A D | dm-ps-queue-length.c | 266 DMINFO("version " QL_VERSION " loaded"); in dm_ql_init()
|
H A D | dm-ps-service-time.c | 347 DMINFO("version " ST_VERSION " loaded"); in dm_st_init()
|
H A D | dm-ps-historical-service-time.c | 547 DMINFO("version " HST_VERSION " loaded"); in dm_hst_init()
|
H A D | dm-ebs-target.c | 310 DMINFO("Emulation superfluous: emulated equal to underlying block size"); in ebs_ctr()
|
H A D | dm-zoned-target.c | 934 DMINFO("(%s): Target device: %llu 512-byte logical sectors (%llu blocks)", in dmz_ctr()
|
H A D | dm-thin.c | 317 DMINFO("%s: switching pool to %s%s mode", in notify_of_pool_mode_change() 3488 DMINFO("%s: growing the data device from %llu to %llu blocks", in maybe_resize_data_dev() 3535 DMINFO("%s: growing the metadata device from %llu to %llu blocks", in maybe_resize_metadata_dev()
|
H A D | dm-mpath.c | 914 DMINFO("retaining handler on device %pg", bdev); in setup_scsi_dh()
|
H A D | dm-cache-target.c | 868 DMINFO("%s: switching cache to %s mode", in notify_mode_switch()
|
/linux/include/linux/ |
H A D | device-mapper.h | 651 #define DMINFO(fmt, ...) pr_info(DM_FMT(fmt), ##__VA_ARGS__) macro
|