Lines Matching refs:map_storep
445 void *map_storep; /* provisioning map */ member
4811 mapped = test_bit(index, sip->map_storep); in map_state()
4814 next = find_next_zero_bit(sip->map_storep, map_size, index); in map_state()
4816 next = find_next_bit(sip->map_storep, map_size, index); in map_state()
4832 set_bit(index, sip->map_storep); in map_region()
4850 clear_bit(index, sip->map_storep); in unmap_region()
8228 (int)map_size, sip->map_storep); in map_show()
8727 vfree(sip->map_storep); in sdebug_erase_store()
8808 sip->map_storep = vmalloc(array_size(sizeof(long), in sdebug_add_store()
8813 if (!sip->map_storep) { in sdebug_add_store()
8818 bitmap_zero(sip->map_storep, map_size); in sdebug_add_store()