Searched refs:ubi_rb_for_each_entry (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/mtd/ubi/ |
D | attach.c | 1415 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) { in scan_all() 1416 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in scan_all() 1674 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) { in self_check_ai() 1717 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) { in self_check_ai() 1788 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) { in self_check_ai() 1790 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) { in self_check_ai() 1876 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) in self_check_ai() 1877 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in self_check_ai()
|
D | ubi.h | 1005 ubi_rb_for_each_entry((tmp_rb), (e), &(ubi)->free, u.rb) 1014 ubi_rb_for_each_entry((tmp_rb), (e), &(ubi)->used, u.rb) 1023 ubi_rb_for_each_entry((tmp_rb), (e), &(ubi)->scrub, u.rb) 1042 #define ubi_rb_for_each_entry(rb, pos, root, member) \ macro
|
D | fastmap.c | 376 ubi_rb_for_each_entry(node, av, &ai->volumes, rb) { in unmap_peb() 377 ubi_rb_for_each_entry(node2, aeb, &av->root, u.rb) { in unmap_peb() 532 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) in count_fastmap_pebs() 533 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) in count_fastmap_pebs()
|
D | eba.c | 1578 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) in self_check_eba() 1585 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) in self_check_eba() 1662 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) { in ubi_eba_init()
|
D | fastmap-wl.c | 32 ubi_rb_for_each_entry(p, e, root, u.rb) { in find_anchor_wl_entry()
|
D | vtbl.c | 399 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) { in process_lvol()
|
D | wl.c | 1850 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) { 1851 ubi_rb_for_each_entry(rb2, aeb, &av->root, u.rb) {
|