Lines Matching refs:volumes
15 * object. Information about volumes is represented by &struct ubi_ainf_volume
16 * objects which are kept in volume RB-tree with root at the @volumes field.
108 struct rb_node **p = &ai->volumes.rb_node, *parent = NULL;
144 rb_insert_color(&av->rb, &ai->volumes);
753 rb_erase(&av->rb, &ai->volumes);
1339 rb = ai->volumes.rb_node;
1415 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) {
1463 ai->volumes = RB_ROOT;
1674 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) {
1788 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb) {
1876 ubi_rb_for_each_entry(rb1, av, &ai->volumes, rb)