Home
last modified time | relevance | path

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

/drivers/md/
Ddm-ioctl.c29 struct hash_cell { struct
103 static struct hash_cell *__get_name_cell(const char *str) in __get_name_cell()
105 struct hash_cell *hc; in __get_name_cell()
117 static struct hash_cell *__get_uuid_cell(const char *str) in __get_uuid_cell()
119 struct hash_cell *hc; in __get_uuid_cell()
131 static struct hash_cell *__get_dev_cell(uint64_t dev) in __get_dev_cell()
134 struct hash_cell *hc; in __get_dev_cell()
152 static struct hash_cell *alloc_cell(const char *name, const char *uuid, in alloc_cell()
155 struct hash_cell *hc; in alloc_cell()
186 static void free_cell(struct hash_cell *hc) in free_cell()
[all …]