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()
14 bool axmap_isset(struct axmap *axmap, uint64_t bit_nr);
325 bool axmap_isset(struct axmap *axmap, uint64_t bit_nr) in axmap_isset() function
32 return !axmap_isset(f->io_axmap, block); in random_map_free()