Lines Matching defs:map
20 while (!RB_EMPTY_ROOT(&em_tree->map.rb_root)) {
21 node = rb_first_cached(&em_tree->map);
43 * Suppose that no extent map has been loaded into memory yet, there is a file
298 * Suppose that no extent map has been loaded into memory yet.
411 * Suppose that no extent map has been loaded into memory yet.
468 test_err("cannot add extent map [%llu, %llu)", start, start + len);
516 for (i = 0, n = rb_first_cached(&em_tree->map);
543 /* We exited the loop but still have entries in the extent map. */
545 test_err("we have a left over entry in the extent map we didn't expect");
750 test_err("couldn't add extent map");
771 test_err("couldn't add extent map");
863 struct map_lookup *map = NULL;
874 map = kmalloc(map_lookup_size(test->num_stripes), GFP_KERNEL);
875 if (!map) {
887 em->map_lookup = map;
889 map->num_stripes = test->num_stripes;
890 map->type = test->raid_type;
892 for (i = 0; i < map->num_stripes; i++) {
900 map->stripes[i].dev = dev;
901 map->stripes[i].physical = test->data_stripe_phys_start[i];