Lines Matching refs:hash_cell
29 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()
209 struct hash_cell *cell, *hc; in dm_hash_insert()
253 static struct dm_table *__hash_remove(struct hash_cell *hc) in __hash_remove()
282 struct hash_cell *hc; in dm_hash_remove_all()
336 static void __set_cell_uuid(struct hash_cell *hc, char *new_uuid) in __set_cell_uuid()
349 static char *__change_cell_name(struct hash_cell *hc, char *new_name) in __change_cell_name()
372 struct hash_cell *hc; in dm_hash_rename()
504 struct hash_cell *hc; in list_devices()
647 struct hash_cell *hc; in dm_get_inactive_table()
769 static struct hash_cell *__find_device_hash_cell(struct dm_ioctl *param) in __find_device_hash_cell()
771 struct hash_cell *hc = NULL; in __find_device_hash_cell()
814 struct hash_cell *hc; in find_device()
828 struct hash_cell *hc; in dev_remove()
1001 struct hash_cell *hc; in do_resume()
1273 struct hash_cell *hc; in table_load()
1358 struct hash_cell *hc; in table_clear()
1935 struct hash_cell *hc; in dm_copy_name_and_uuid()