Lines Matching refs:u

139 		list_add(&aeb->u.list, list);  in add_to_list()
141 list_add_tail(&aeb->u.list, list); in add_to_list()
169 list_add(&aeb->u.list, &ai->corr); in add_corrupted()
477 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in ubi_add_to_av()
588 rb_link_node(&aeb->u.rb, parent, p); in ubi_add_to_av()
589 rb_insert_color(&aeb->u.rb, &av->root); in ubi_add_to_av()
635 aeb = rb_entry(rb, struct ubi_ainf_peb, u.rb); in ubi_remove_av()
636 rb_erase(&aeb->u.rb, &av->root); in ubi_remove_av()
637 list_add_tail(&aeb->u.list, &ai->erase); in ubi_remove_av()
712 aeb = list_entry(ai->free.next, struct ubi_ainf_peb, u.list); in ubi_early_get_peb()
713 list_del(&aeb->u.list); in ubi_early_get_peb()
724 list_for_each_entry_safe(aeb, tmp_aeb, &ai->erase, u.list) { in ubi_early_get_peb()
733 list_del(&aeb->u.list); in ubi_early_get_peb()
1081 list_for_each_entry(aeb, &ai->corr, u.list) in late_analysis()
1144 aeb = rb_entry(this, struct ubi_ainf_peb, u.rb); in destroy_av()
1147 if (this->rb_left == &aeb->u.rb) in destroy_av()
1169 list_for_each_entry_safe(aeb, aeb_tmp, &ai->alien, u.list) { in destroy_ai()
1170 list_del(&aeb->u.list); in destroy_ai()
1173 list_for_each_entry_safe(aeb, aeb_tmp, &ai->erase, u.list) { in destroy_ai()
1174 list_del(&aeb->u.list); in destroy_ai()
1177 list_for_each_entry_safe(aeb, aeb_tmp, &ai->corr, u.list) { in destroy_ai()
1178 list_del(&aeb->u.list); in destroy_ai()
1181 list_for_each_entry_safe(aeb, aeb_tmp, &ai->free, u.list) { in destroy_ai()
1182 list_del(&aeb->u.list); in destroy_ai()
1265 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in scan_all()
1270 list_for_each_entry(aeb, &ai->free, u.list) { in scan_all()
1275 list_for_each_entry(aeb, &ai->corr, u.list) in scan_all()
1279 list_for_each_entry(aeb, &ai->erase, u.list) in scan_all()
1557 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) { in self_check_ai()
1630 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) { in self_check_ai()
1717 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in self_check_ai()
1720 list_for_each_entry(aeb, &ai->free, u.list) in self_check_ai()
1723 list_for_each_entry(aeb, &ai->corr, u.list) in self_check_ai()
1726 list_for_each_entry(aeb, &ai->erase, u.list) in self_check_ai()
1729 list_for_each_entry(aeb, &ai->alien, u.list) in self_check_ai()