Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Ddm-ioctl.c181 static int dm_hash_insert(const char *name, const char *uuid, struct mapped_device *md) in dm_hash_insert() function
700 r = dm_hash_insert(param->name, *param->uuid ? param->uuid : NULL, md); in dev_create()