Home
last modified time | relevance | path

Searched refs:vdo_get_device_name (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Ddm-vdo-target.c1457 vdo_log_info("loading device '%s'", vdo_get_device_name(ti)); in vdo_initialize()
1504 const char *device_name = vdo_get_device_name(ti); in vdo_is_named()
1865 const char *device_name = vdo_get_device_name(config->owning_target); in prepare_to_modify()
1904 device_name = vdo_get_device_name(ti); in vdo_ctr()
1934 device_name = vdo_get_device_name(ti); in vdo_dtr()
2101 device_name = vdo_get_device_name(vdo->device_config->owning_target); in vdo_postsuspend()
2735 const char *device_name = vdo_get_device_name(ti); in vdo_preresume_registered()
2849 vdo_log_info("device '%s' resumed", vdo_get_device_name(ti)); in vdo_resume()
H A Ddump.c68 vdo_get_device_name(vdo->device_config->owning_target)); in do_dump()
H A Dvdo.h311 const char * __must_check vdo_get_device_name(const struct dm_target *target);
H A Dvdo.c814 const char *vdo_get_device_name(const struct dm_target *target) in vdo_get_device_name() function