Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-ioctl.c208 static int dm_hash_insert(const char *name, const char *uuid, struct mapped_device *md) in dm_hash_insert() function
762 r = dm_hash_insert(param->name, *param->uuid ? param->uuid : NULL, md); in dev_create()