Home
last modified time | relevance | path

Searched refs:dm_copy_name_and_uuid (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-sysfs.c70 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 Ddm-uevent.c133 if (dm_copy_name_and_uuid(event->md, event->name, in dm_send_uevents()
H A Ddm-ioctl.c2022 * 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 Ddm-sysfs.c71 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 Ddm-uevent.c133 if (dm_copy_name_and_uuid(event->md, event->name, in dm_send_uevents()
H A Ddm-ima.c83 r = dm_copy_name_and_uuid(md, *dev_name, *dev_uuid); in dm_ima_alloc_and_copy_name_uuid()
H A Ddm-ioctl.c2199 * 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 Ddevice-mapper.h443 int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid);
/kernel/linux/linux-6.6/include/linux/
H A Ddevice-mapper.h498 int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid);

Completed in 10 milliseconds