Lines Matching refs:node
21 exist = rb_entry(*p, struct ceph_string, node);
32 rb_erase(&exist->node, &string_tree);
33 RB_CLEAR_NODE(&exist->node);
56 exist = rb_entry(*p, struct ceph_string, node);
68 rb_link_node(&cs->node, parent, p);
69 rb_insert_color(&cs->node, &string_tree);
71 rb_erase(&exist->node, &string_tree);
72 RB_CLEAR_NODE(&exist->node);
93 if (!RB_EMPTY_NODE(&cs->node)) {
94 rb_erase(&cs->node, &string_tree);
95 RB_CLEAR_NODE(&cs->node);