Lines Matching defs:aeb
1530 struct ubi_ainf_peb *aeb;
1573 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb)
1574 scan_eba[i][aeb->lnum] = aeb->pnum;
1580 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb)
1581 fm_eba[i][aeb->lnum] = aeb->pnum;
1624 struct ubi_ainf_peb *aeb;
1657 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) {
1658 if (aeb->lnum >= vol->reserved_pebs) {
1663 ubi_move_aeb_to_list(av, aeb, &ai->erase);
1667 entry = &vol->eba_tbl->entries[aeb->lnum];
1668 entry->pnum = aeb->pnum;