Searched refs:ubi_rb_for_each_entry (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/mtd/ubi/ |
D | ubi.h | 941 ubi_rb_for_each_entry((tmp_rb), (e), &(ubi)->free, u.rb) 950 ubi_rb_for_each_entry((tmp_rb), (e), &(ubi)->used, u.rb) 959 ubi_rb_for_each_entry((tmp_rb), (e), &(ubi)->scrub, u.rb) 978 #define ubi_rb_for_each_entry(rb, pos, root, member) \ macro
|
D | attach.c | 1267 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) { in scan_all() 1268 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in scan_all() 1517 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) { in self_check_ai() 1560 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) { in self_check_ai() 1631 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) { in self_check_ai() 1633 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) { in self_check_ai() 1719 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) in self_check_ai() 1720 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in self_check_ai()
|
D | fastmap-wl.c | 41 ubi_rb_for_each_entry(p, e, root, u.rb) { in find_anchor_wl_entry() 74 ubi_rb_for_each_entry(p, e, root, u.rb) in anchor_pebs_avalible()
|
D | eba.c | 1361 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) in self_check_eba() 1368 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) in self_check_eba() 1445 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) { in ubi_eba_init()
|
D | vtbl.c | 409 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) { in process_lvol()
|
D | wl.c | 1560 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) { 1561 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) {
|
D | fastmap.c | 581 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) in count_fastmap_pebs() 582 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in count_fastmap_pebs()
|