Searched refs:dm_copy_name_and_uuid (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm-sysfs.c | 71 if (dm_copy_name_and_uuid(md, buf, NULL)) in dm_attr_name_show() 80 if (dm_copy_name_and_uuid(md, NULL, buf)) in dm_attr_uuid_show()
|
H A D | dm-uevent.c | 133 if (dm_copy_name_and_uuid(event->md, event->name, in dm_send_uevents()
|
H A D | dm-ima.c | 83 r = dm_copy_name_and_uuid(md, *dev_name, *dev_uuid); in dm_ima_alloc_and_copy_name_uuid()
|
H A D | dm-ioctl.c | 2222 int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid) in dm_copy_name_and_uuid() function 2247 EXPORT_SYMBOL_GPL(dm_copy_name_and_uuid);
|
/openbmc/linux/include/linux/ |
H A D | device-mapper.h | 498 int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid);
|