Lines Matching refs:name_list
30 struct list_head name_list; member
108 list_for_each_entry (hc, _name_buckets + h, name_list) in __get_name_cell()
179 INIT_LIST_HEAD(&hc->name_list); in alloc_cell()
220 list_add(&cell->name_list, _name_buckets + hash_str(name)); in dm_hash_insert()
225 list_del(&cell->name_list); in dm_hash_insert()
251 list_del(&hc->name_list); in __hash_remove()
280 list_for_each_entry(hc, _name_buckets + i, name_list) { in dm_hash_remove_all()
339 list_del(&hc->name_list); in __change_cell_name()
346 list_add(&hc->name_list, _name_buckets + hash_str(new_name)); in __change_cell_name()
494 list_for_each_entry (hc, _name_buckets + i, name_list) { in list_devices()
517 list_for_each_entry (hc, _name_buckets + i, name_list) { in list_devices()