Searched refs:dm_hash_insert (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-ioctl.c | 209 static int dm_hash_insert(const char *name, const char *uuid, struct mapped_device *md) in dm_hash_insert() function 788 r = dm_hash_insert(param->name, *param->uuid ? param->uuid : NULL, md); in dev_create() 2096 r = dm_hash_insert(dmi->name, *dmi->uuid ? dmi->uuid : NULL, md); in dm_early_create()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-ioctl.c | 262 static int dm_hash_insert(const char *name, const char *uuid, struct mapped_device *md) in dm_hash_insert() function 895 r = dm_hash_insert(param->name, *param->uuid ? param->uuid : NULL, md); in dev_create() 2273 r = dm_hash_insert(dmi->name, *dmi->uuid ? dmi->uuid : NULL, md); in dm_early_create()
|
Completed in 5 milliseconds