Searched refs:chfs_tmp_dnode_cache (Results 1 – 1 of 1) sorted by relevance
44 pool_cache_t chfs_tmp_dnode_cache; variable88 chfs_tmp_dnode_cache = pool_cache_init( in chfs_alloc_pool_caches()91 if (!chfs_tmp_dnode_cache) in chfs_alloc_pool_caches()103 pool_cache_destroy(chfs_tmp_dnode_cache); in chfs_alloc_pool_caches()143 if (chfs_tmp_dnode_cache) in chfs_destroy_pool_caches()144 pool_cache_destroy(chfs_tmp_dnode_cache); in chfs_destroy_pool_caches()381 ret = pool_cache_get(chfs_tmp_dnode_cache, PR_WAITOK); in chfs_alloc_tmp_dnode()390 pool_cache_put(chfs_tmp_dnode_cache, td); in chfs_free_tmp_dnode()