Searched refs:dm_copy_name_and_uuid (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A 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()
|
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-ioctl.c | 2022 * dm_copy_name_and_uuid - Copy mapped device name & uuid into supplied buffers 2027 int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid) in dm_copy_name_and_uuid() function 2052 EXPORT_SYMBOL_GPL(dm_copy_name_and_uuid); variable
|
/kernel/linux/linux-6.6/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 | 2199 * dm_copy_name_and_uuid - Copy mapped device name & uuid into supplied buffers 2204 int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid) in dm_copy_name_and_uuid() function 2229 EXPORT_SYMBOL_GPL(dm_copy_name_and_uuid); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | device-mapper.h | 443 int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | device-mapper.h | 498 int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid);
|
Completed in 10 milliseconds