Searched refs:map_storep (Results 1 – 1 of 1) sorted by relevance
447 void *map_storep; /* provisioning map */ member4808 mapped = test_bit(index, sip->map_storep); in map_state()4811 next = find_next_zero_bit(sip->map_storep, map_size, index); in map_state()4813 next = find_next_bit(sip->map_storep, map_size, index); in map_state()4829 set_bit(index, sip->map_storep); in map_region()4847 clear_bit(index, sip->map_storep); in unmap_region()8272 (int)map_size, sip->map_storep); in map_show()8771 vfree(sip->map_storep); in sdebug_erase_store()8852 sip->map_storep = vcalloc(BITS_TO_LONGS(map_size), in sdebug_add_store()8857 if (!sip->map_storep) { in sdebug_add_store()