Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-thin.c484 static struct dm_thin_pool_table { struct
487 } dm_thin_pool_table; argument
491 mutex_init(&dm_thin_pool_table.mutex); in pool_table_init()
492 INIT_LIST_HEAD(&dm_thin_pool_table.pools); in pool_table_init()
497 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_insert()
498 list_add(&pool->list, &dm_thin_pool_table.pools); in __pool_table_insert()
503 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_remove()
511 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_lookup()
513 list_for_each_entry(tmp, &dm_thin_pool_table.pools, list) { in __pool_table_lookup()
527 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_lookup_metadata_dev()
[all …]