Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-ioctl.c29 struct hash_cell { struct
111 static struct hash_cell *__get_name_cell(const char *str) in __get_name_cell()
113 struct hash_cell *hc; in __get_name_cell()
125 static struct hash_cell *__get_uuid_cell(const char *str) in __get_uuid_cell()
127 struct hash_cell *hc; in __get_uuid_cell()
139 static struct hash_cell *__get_dev_cell(uint64_t dev) in __get_dev_cell()
142 struct hash_cell *hc; in __get_dev_cell()
160 static struct hash_cell *alloc_cell(const char *name, const char *uuid, in alloc_cell()
163 struct hash_cell *hc; in alloc_cell()
194 static void free_cell(struct hash_cell *hc) in free_cell()
[all …]