Lines Matching refs:ext4_pspace_cachep
333 static struct kmem_cache *ext4_pspace_cachep;
3051 kmem_cache_free(ext4_pspace_cachep, pa);
3249 ext4_pspace_cachep = KMEM_CACHE(ext4_prealloc_space,
3251 if (ext4_pspace_cachep == NULL)
3269 kmem_cache_destroy(ext4_pspace_cachep);
3277 * Wait for completion of call_rcu()'s on ext4_pspace_cachep
3281 kmem_cache_destroy(ext4_pspace_cachep);
4073 kmem_cache_free(ext4_pspace_cachep, pa);
4612 BUG_ON(ext4_pspace_cachep == NULL);
4613 pa = kmem_cache_zalloc(ext4_pspace_cachep, GFP_NOFS);
4628 kmem_cache_free(ext4_pspace_cachep, pa);