Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/md/
Ddm-thin.c524 static struct dm_thin_pool_table { struct
527 } dm_thin_pool_table; argument
531 mutex_init(&dm_thin_pool_table.mutex); in pool_table_init()
532 INIT_LIST_HEAD(&dm_thin_pool_table.pools); in pool_table_init()
537 mutex_destroy(&dm_thin_pool_table.mutex); in pool_table_exit()
542 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_insert()
543 list_add(&pool->list, &dm_thin_pool_table.pools); in __pool_table_insert()
548 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_remove()
556 BUG_ON(!mutex_is_locked(&dm_thin_pool_table.mutex)); in __pool_table_lookup()
558 list_for_each_entry(tmp, &dm_thin_pool_table.pools, list) { in __pool_table_lookup()
[all …]