Searched refs:axmap_isset (Results 1 – 4 of 4) sorted by relevance
45 if (axmap_isset(map, val)) { in test_regular()51 if (!axmap_isset(map, val)) { in test_regular()86 if (axmap_isset(map, val + i)) { in test_multi()104 if (!axmap_isset(map, val + i)) { in test_multi()
13 int axmap_isset(struct axmap *axmap, uint64_t bit_nr);
324 int axmap_isset(struct axmap *axmap, uint64_t bit_nr) in axmap_isset() function
30 return !axmap_isset(f->io_axmap, block); in random_map_free()