Searched refs:_name_buckets (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/md/ |
D | dm-ioctl.c | 58 static struct list_head _name_buckets[NUM_BUCKETS]; variable 83 init_buckets(_name_buckets); in dm_hash_init() 117 list_for_each_entry (hc, _name_buckets + h, name_list) in __get_name_cell() 229 list_add(&cell->name_list, _name_buckets + hash_str(name)); in dm_hash_insert() 293 list_for_each_entry(hc, _name_buckets + i, name_list) { in dm_hash_remove_all() 364 list_add(&hc->name_list, _name_buckets + hash_str(new_name)); in __change_cell_name() 522 list_for_each_entry (hc, _name_buckets + i, name_list) { in list_devices() 544 list_for_each_entry (hc, _name_buckets + i, name_list) { in list_devices()
|