Lines Matching refs:ext4_pspace_cachep
402 static struct kmem_cache *ext4_pspace_cachep;
3748 kmem_cache_free(ext4_pspace_cachep, pa);
3942 ext4_pspace_cachep = KMEM_CACHE(ext4_prealloc_space,
3944 if (ext4_pspace_cachep == NULL)
3962 kmem_cache_destroy(ext4_pspace_cachep);
3970 * Wait for completion of call_rcu()'s on ext4_pspace_cachep
3974 kmem_cache_destroy(ext4_pspace_cachep);
5058 kmem_cache_free(ext4_pspace_cachep, pa);
5642 BUG_ON(ext4_pspace_cachep == NULL);
5643 pa = kmem_cache_zalloc(ext4_pspace_cachep, GFP_NOFS);