1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-01 09:47:48 +03:00
David Teigland 990f4f7c4f devices: dm uuid related function names
In the context of dm, 'device' refers to a dm device, but
in the context of lvm, 'device' refers to struct device.
Change some lvm function names to make that difference clearer.

dev_manager_get_device_list() -> dev_manager_get_dm_active_devices()
get_device_list() -> get_dm_active_devices()
device_get_uuid() -> dev_dm_uuid(), devno_dm_uuid()
2024-06-28 14:05:53 -05:00
..
2024-06-03 15:30:05 +02:00
2020-09-18 15:10:11 -05:00
2021-03-10 01:34:27 +01:00
2024-05-04 01:01:57 +02:00
2023-07-13 21:31:18 +02:00