Lines Matching refs:u
251 list_add(&aeb->u.list, list); in add_to_list()
253 list_add_tail(&aeb->u.list, list); in add_to_list()
279 list_add(&aeb->u.list, &ai->corr); in add_corrupted()
307 list_add(&aeb->u.list, &ai->fastmap); in add_fastmap()
595 aeb = rb_entry(parent, struct ubi_ainf_peb, u.rb); in ubi_add_to_av()
704 rb_link_node(&aeb->u.rb, parent, p); in ubi_add_to_av()
705 rb_insert_color(&aeb->u.rb, &av->root); in ubi_add_to_av()
825 aeb = list_entry(ai->free.next, struct ubi_ainf_peb, u.list); in ubi_early_get_peb()
826 list_del(&aeb->u.list); in ubi_early_get_peb()
837 list_for_each_entry_safe(aeb, tmp_aeb, &ai->erase, u.list) { in ubi_early_get_peb()
846 list_del(&aeb->u.list); in ubi_early_get_peb()
1224 list_for_each_entry(aeb, &ai->corr, u.list) in late_analysis()
1289 aeb = rb_entry(this, struct ubi_ainf_peb, u.rb); in destroy_av()
1292 if (this->rb_left == &aeb->u.rb) in destroy_av()
1299 list_add_tail(&aeb->u.list, list); in destroy_av()
1317 list_for_each_entry_safe(aeb, aeb_tmp, &ai->alien, u.list) { in destroy_ai()
1318 list_del(&aeb->u.list); in destroy_ai()
1321 list_for_each_entry_safe(aeb, aeb_tmp, &ai->erase, u.list) { in destroy_ai()
1322 list_del(&aeb->u.list); in destroy_ai()
1325 list_for_each_entry_safe(aeb, aeb_tmp, &ai->corr, u.list) { in destroy_ai()
1326 list_del(&aeb->u.list); in destroy_ai()
1329 list_for_each_entry_safe(aeb, aeb_tmp, &ai->free, u.list) { in destroy_ai()
1330 list_del(&aeb->u.list); in destroy_ai()
1333 list_for_each_entry_safe(aeb, aeb_tmp, &ai->fastmap, u.list) { in destroy_ai()
1334 list_del(&aeb->u.list); in destroy_ai()
1416 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in scan_all()
1421 list_for_each_entry(aeb, &ai->free, u.list) { in scan_all()
1426 list_for_each_entry(aeb, &ai->corr, u.list) in scan_all()
1430 list_for_each_entry(aeb, &ai->erase, u.list) in scan_all()
1717 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) { in self_check_ai()
1790 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) { in self_check_ai()
1877 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in self_check_ai()
1880 list_for_each_entry(aeb, &ai->free, u.list) in self_check_ai()
1883 list_for_each_entry(aeb, &ai->corr, u.list) in self_check_ai()
1886 list_for_each_entry(aeb, &ai->erase, u.list) in self_check_ai()
1889 list_for_each_entry(aeb, &ai->alien, u.list) in self_check_ai()