Lines Matching refs:rb_left
272 p = &(*p)->rb_left; in add_volume()
480 p = &(*p)->rb_left; in ubi_add_to_av()
614 p = p->rb_left; in ubi_find_av()
1139 if (this->rb_left) in destroy_av()
1140 this = this->rb_left; in destroy_av()
1147 if (this->rb_left == &aeb->u.rb) in destroy_av()
1148 this->rb_left = NULL; in destroy_av()
1189 if (rb->rb_left) in destroy_ai()
1190 rb = rb->rb_left; in destroy_ai()
1198 if (rb->rb_left == &av->rb) in destroy_ai()
1199 rb->rb_left = NULL; in destroy_ai()