Home
last modified time | relevance | path

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

/linux-3.3/drivers/md/
Ddm-thin.c543 static struct dm_thin_pool_table { struct
546 } dm_thin_pool_table; argument
550 mutex_init(&dm_thin_pool_table.mutex); in pool_table_init()
551 INIT_LIST_HEAD(&dm_thin_pool_table.pools); in pool_table_init()
556 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_insert()
557 list_add(&pool->list, &dm_thin_pool_table.pools); in __pool_table_insert()
562 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_remove()
570 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_lookup()
572 list_for_each_entry(tmp, &dm_thin_pool_table.pools, list) { in __pool_table_lookup()
586 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_lookup_metadata_dev()
[all …]