Searched refs:next_mapping (Results 1 – 1 of 1) sorted by relevance
273 struct dm_thin_new_mapping *next_mapping; member1260 if (pool->next_mapping) in ensure_next_mapping()1263 pool->next_mapping = mempool_alloc(&pool->mapping_pool, GFP_ATOMIC); in ensure_next_mapping()1265 return pool->next_mapping ? 0 : -ENOMEM; in ensure_next_mapping()1270 struct dm_thin_new_mapping *m = pool->next_mapping; in get_next_mapping()1272 BUG_ON(!pool->next_mapping); in get_next_mapping()1278 pool->next_mapping = NULL; in get_next_mapping()2928 if (pool->next_mapping) in __pool_destroy()2929 mempool_free(pool->next_mapping, &pool->mapping_pool); in __pool_destroy()3026 pool->next_mapping = NULL; in pool_create()