Lines Matching refs:map_storep
318 void *map_storep; /* provisioning map */ member
3358 mapped = test_bit(index, sip->map_storep); in map_state()
3361 next = find_next_zero_bit(sip->map_storep, map_size, index); in map_state()
3363 next = find_next_bit(sip->map_storep, map_size, index); in map_state()
3379 set_bit(index, sip->map_storep); in map_region()
3397 clear_bit(index, sip->map_storep); in unmap_region()
6474 (int)map_size, sip->map_storep); in map_show()
6963 vfree(sip->map_storep); in sdebug_erase_store()
7044 sip->map_storep = vmalloc(array_size(sizeof(long), in sdebug_add_store()
7049 if (!sip->map_storep) { in sdebug_add_store()
7054 bitmap_zero(sip->map_storep, map_size); in sdebug_add_store()