Home
last modified time | relevance | path

Searched refs:dm_hash_insert (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/md/
Ddm-ioctl.c247 static int dm_hash_insert(const char *name, const char *uuid, struct mapped_device *md) in dm_hash_insert() function
870 r = dm_hash_insert(param->name, *param->uuid ? param->uuid : NULL, md); in dev_create()
2190 r = dm_hash_insert(dmi->name, *dmi->uuid ? dmi->uuid : NULL, md); in dm_early_create()