Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-ioctl.c39 struct hash_cell { struct
113 static struct hash_cell *__get_name_cell(const char *str) in __get_name_cell()
115 struct hash_cell *hc; in __get_name_cell()
127 static struct hash_cell *__get_uuid_cell(const char *str) in __get_uuid_cell()
129 struct hash_cell *hc; in __get_uuid_cell()
141 static struct hash_cell *__get_dev_cell(uint64_t dev) in __get_dev_cell()
144 struct hash_cell *hc; in __get_dev_cell()
162 static struct hash_cell *alloc_cell(const char *name, const char *uuid, in alloc_cell()
165 struct hash_cell *hc; in alloc_cell()
196 static void free_cell(struct hash_cell *hc) in free_cell()
[all …]