Lines Matching refs:hash_cell
29 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()
134 static struct hash_cell *alloc_cell(const char *name, const char *uuid, in alloc_cell()
137 struct hash_cell *hc; in alloc_cell()
168 static void free_cell(struct hash_cell *hc) in free_cell()
183 struct hash_cell *cell, *hc; in dm_hash_insert()
227 static void __hash_remove(struct hash_cell *hc) in __hash_remove()
253 struct hash_cell *hc; in dm_hash_remove_all()
301 static void __set_cell_uuid(struct hash_cell *hc, char *new_uuid) in __set_cell_uuid()
314 static char *__change_cell_name(struct hash_cell *hc, char *new_name) in __change_cell_name()
337 struct hash_cell *hc; in dm_hash_rename()
464 struct hash_cell *hc; in list_devices()
607 struct hash_cell *hc; in dm_get_inactive_table()
719 static struct hash_cell *__find_device_hash_cell(struct dm_ioctl *param) in __find_device_hash_cell()
744 struct hash_cell *hc; in find_device()
774 struct hash_cell *hc; in dev_remove()
933 struct hash_cell *hc; in do_resume()
1193 struct hash_cell *hc; in table_load()
1261 struct hash_cell *hc; in table_clear()
1722 struct hash_cell *hc; in dm_copy_name_and_uuid()