Lines Matching refs:u
143 list_add(&aeb->u.list, list); in add_to_list()
145 list_add_tail(&aeb->u.list, list); in add_to_list()
173 list_add(&aeb->u.list, &ai->corr); in add_corrupted()
481 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in ubi_add_to_av()
592 rb_link_node(&aeb->u.rb, parent, p); in ubi_add_to_av()
593 rb_insert_color(&aeb->u.rb, &av->root); in ubi_add_to_av()
639 aeb = rb_entry(rb, struct ubi_ainf_peb, u.rb); in ubi_remove_av()
640 rb_erase(&aeb->u.rb, &av->root); in ubi_remove_av()
641 list_add_tail(&aeb->u.list, &ai->erase); in ubi_remove_av()
716 aeb = list_entry(ai->free.next, struct ubi_ainf_peb, u.list); in ubi_early_get_peb()
717 list_del(&aeb->u.list); in ubi_early_get_peb()
728 list_for_each_entry_safe(aeb, tmp_aeb, &ai->erase, u.list) { in ubi_early_get_peb()
737 list_del(&aeb->u.list); in ubi_early_get_peb()
1085 list_for_each_entry(aeb, &ai->corr, u.list) in late_analysis()
1148 aeb = rb_entry(this, struct ubi_ainf_peb, u.rb); in destroy_av()
1151 if (this->rb_left == &aeb->u.rb) in destroy_av()
1173 list_for_each_entry_safe(aeb, aeb_tmp, &ai->alien, u.list) { in destroy_ai()
1174 list_del(&aeb->u.list); in destroy_ai()
1177 list_for_each_entry_safe(aeb, aeb_tmp, &ai->erase, u.list) { in destroy_ai()
1178 list_del(&aeb->u.list); in destroy_ai()
1181 list_for_each_entry_safe(aeb, aeb_tmp, &ai->corr, u.list) { in destroy_ai()
1182 list_del(&aeb->u.list); in destroy_ai()
1185 list_for_each_entry_safe(aeb, aeb_tmp, &ai->free, u.list) { in destroy_ai()
1186 list_del(&aeb->u.list); in destroy_ai()
1268 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in scan_all()
1273 list_for_each_entry(aeb, &ai->free, u.list) { in scan_all()
1278 list_for_each_entry(aeb, &ai->corr, u.list) in scan_all()
1282 list_for_each_entry(aeb, &ai->erase, u.list) in scan_all()
1560 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) { in self_check_ai()
1633 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) { in self_check_ai()
1720 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in self_check_ai()
1723 list_for_each_entry(aeb, &ai->free, u.list) in self_check_ai()
1726 list_for_each_entry(aeb, &ai->corr, u.list) in self_check_ai()
1729 list_for_each_entry(aeb, &ai->erase, u.list) in self_check_ai()
1732 list_for_each_entry(aeb, &ai->alien, u.list) in self_check_ai()