Searched refs:dm_device_name (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/md/ |
H A D | dm-table.c | 223 dm_device_name(md), dd->dm_dev->name); list_for_each_safe() 298 dm_device_name(ti->table->md), bdevname(bdev, b), device_area_is_invalid() 311 dm_device_name(ti->table->md), bdevname(bdev, b), device_area_is_invalid() 324 dm_device_name(ti->table->md), device_area_is_invalid() 333 dm_device_name(ti->table->md), device_area_is_invalid() 429 dm_device_name(ti->table->md), bdevname(bdev, b)); dm_set_device_limits() 437 dm_device_name(ti->table->md), bdevname(bdev, b), dm_set_device_limits() 471 dm_device_name(ti->table->md), d->name); 656 dm_device_name(table->md), i, validate_hardware_logical_block_alignment() 675 dm_device_name(t->md), t->targets->type->name); dm_table_add_target() 685 DMERR("%s: zero-length target", dm_device_name(t->md)); dm_table_add_target() 691 DMERR("%s: %s: unknown target type", dm_device_name(t->md), dm_table_add_target() 699 dm_device_name(t->md), type); dm_table_add_target() 707 dm_device_name(t->md), type); dm_table_add_target() 714 dm_device_name(t->md), t->immutable_target_type->name); dm_table_add_target() 720 dm_device_name(t->md), tgt->type->name); dm_table_add_target() 755 dm_device_name(t->md), type); dm_table_add_target() 760 DMERR("%s: %s: %s", dm_device_name(t->md), type, tgt->error); dm_table_add_target() 1056 dm_device_name(t->md), 1093 dm_device_name(t->md), dm_table_prealloc_integrity() 1280 dm_device_name(table->md), dm_calculate_queue_limits() 1308 dm_device_name(t->md)); dm_table_set_integrity() 1311 dm_device_name(t->md)); dm_table_set_integrity() 1632 dm_device_name(t->md), ti->type->name, r); dm_table_resume_targets() 1668 dm_device_name(t->md), list_for_each_entry()
|
H A D | dm-thin.c | 1176 dm_device_name(pool->pool_md)); check_low_water_mark() 2103 dm_device_name(pool->pool_md), new_mode); notify_of_pool_mode_change() 2119 dm_device_name(pool->pool_md)); set_pool_mode() 2207 const char *dev_name = dm_device_name(pool->pool_md); abort_transaction() 2224 dm_device_name(pool->pool_md), op, r); metadata_operation_failed() 2771 dm_device_name(pool->pool_md)); metadata_low_callback() 3018 dm_device_name(pool->pool_md)); maybe_resize_data_dev() 3024 dm_device_name(pool->pool_md), maybe_resize_data_dev() 3031 dm_device_name(pool->pool_md)); maybe_resize_data_dev() 3037 dm_device_name(pool->pool_md), maybe_resize_data_dev() 3065 dm_device_name(pool->pool_md)); maybe_resize_metadata_dev() 3071 dm_device_name(pool->pool_md), maybe_resize_metadata_dev() 3078 dm_device_name(pool->pool_md)); maybe_resize_metadata_dev() 3084 dm_device_name(pool->pool_md), maybe_resize_metadata_dev() 3391 dm_device_name(pool->pool_md)); pool_message() 3481 dm_device_name(pool->pool_md), r); pool_status() 3488 dm_device_name(pool->pool_md), r); pool_status() 3495 dm_device_name(pool->pool_md), r); pool_status() 3502 dm_device_name(pool->pool_md), r); pool_status() 3509 dm_device_name(pool->pool_md), r); pool_status() 3516 dm_device_name(pool->pool_md), r); pool_status()
|
H A D | dm.c | 2659 "kdmwork-%s", dm_device_name(md)); init_rq_based_worker_thread() 2916 const char *dm_device_name(struct mapped_device *md) dm_device_name() function 2920 EXPORT_SYMBOL_GPL(dm_device_name); variable 2962 dm_device_name(md), atomic_read(&md->holders)); __dm_destroy()
|
/linux-4.1.27/include/linux/ |
H A D | device-mapper.h | 404 const char *dm_device_name(struct mapped_device *md);
|
Completed in 225 milliseconds