Searched refs:dm_copy_name_and_uuid (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/md/ |
| D | dm-sysfs.c | 70 if (dm_copy_name_and_uuid(md, buf, NULL)) in dm_attr_name_show() 79 if (dm_copy_name_and_uuid(md, NULL, buf)) in dm_attr_uuid_show()
|
| D | dm-uevent.c | 133 if (dm_copy_name_and_uuid(event->md, event->name, in dm_send_uevents()
|
| D | dm-ioctl.c | 2022 int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid) in dm_copy_name_and_uuid() function
|
| /Linux-v5.4/include/linux/ |
| D | device-mapper.h | 420 int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid);
|