Lines Matching refs:map_storep
324 void *map_storep; /* provisioning map */ member
3535 mapped = test_bit(index, sip->map_storep); in map_state()
3538 next = find_next_zero_bit(sip->map_storep, map_size, index); in map_state()
3540 next = find_next_bit(sip->map_storep, map_size, index); in map_state()
3556 set_bit(index, sip->map_storep); in map_region()
3574 clear_bit(index, sip->map_storep); in unmap_region()
6696 (int)map_size, sip->map_storep); in map_show()
7186 vfree(sip->map_storep); in sdebug_erase_store()
7267 sip->map_storep = vmalloc(array_size(sizeof(long), in sdebug_add_store()
7272 if (!sip->map_storep) { in sdebug_add_store()
7277 bitmap_zero(sip->map_storep, map_size); in sdebug_add_store()