Searched refs:uuid_node (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-ioctl.c46 struct rb_node uuid_node; member in struct:hash_cell
113 struct hash_cell *hc = container_of(n, struct hash_cell, uuid_node);
139 rb_erase(&hc->uuid_node, &uuid_rb_tree);
180 struct hash_cell *hc = container_of(*n, struct hash_cell, uuid_node);
186 n = c > 0 ? &hc->uuid_node.rb_left : &hc->uuid_node.rb_right;
189 rb_link_node(&new_hc->uuid_node, parent, n);
190 rb_insert_color(&new_hc->uuid_node, &uuid_rb_tree);

Completed in 130 milliseconds