Lines Matching refs:rb_left
276 p = &(*p)->rb_left; in add_volume()
484 p = &(*p)->rb_left; in ubi_add_to_av()
618 p = p->rb_left; in ubi_find_av()
1143 if (this->rb_left) in destroy_av()
1144 this = this->rb_left; in destroy_av()
1151 if (this->rb_left == &aeb->u.rb) in destroy_av()
1152 this->rb_left = NULL; in destroy_av()
1193 if (rb->rb_left) in destroy_ai()
1194 rb = rb->rb_left; in destroy_ai()
1202 if (rb->rb_left == &av->rb) in destroy_ai()
1203 rb->rb_left = NULL; in destroy_ai()