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.c1453 vdo_log_info("loading device '%s'", vdo_get_device_name(ti)); in vdo_initialize()
1500 const char *device_name = vdo_get_device_name(ti); in vdo_is_named()
1861 const char *device_name = vdo_get_device_name(config->owning_target); in prepare_to_modify()
1900 device_name = vdo_get_device_name(ti); in vdo_ctr()
1930 device_name = vdo_get_device_name(ti); in vdo_dtr()
2097 device_name = vdo_get_device_name(vdo->device_config->owning_target); in vdo_postsuspend()
2723 const char *device_name = vdo_get_device_name(ti); in vdo_preresume_registered()
2823 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.h309 const char * __must_check vdo_get_device_name(const struct dm_target *target);
H A Dvdo.c821 const char *vdo_get_device_name(const struct dm_target *target) in vdo_get_device_name() function