Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/md/
Ddm-ioctl.c44 struct hash_cell { struct
45 struct rb_node name_node;
46 struct rb_node uuid_node;
47 bool name_set;
48 bool uuid_set;
50 char *name;
51 char *uuid;
52 struct mapped_device *md;
53 struct dm_table *new_map;
/kernel/linux/linux-5.10/drivers/md/
Ddm-ioctl.c39 struct hash_cell { struct
40 struct list_head name_list;
41 struct list_head uuid_list;
43 char *name;
44 char *uuid;
45 struct mapped_device *md;
46 struct dm_table *new_map;