Home
last modified time | relevance | path

Searched refs:dm_thin_pool_table (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-thin.c402 static struct dm_thin_pool_table { struct
405 } dm_thin_pool_table; argument
409 mutex_init(&dm_thin_pool_table.mutex); in pool_table_init()
410 INIT_LIST_HEAD(&dm_thin_pool_table.pools); in pool_table_init()
415 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_insert()
416 list_add(&pool->list, &dm_thin_pool_table.pools); in __pool_table_insert()
421 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_remove()
429 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_lookup()
431 list_for_each_entry(tmp, &dm_thin_pool_table.pools, list) { in __pool_table_lookup()
445 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_lookup_metadata_dev()
[all …]