Lines Matching refs:ext4_pspace_cachep
340 static struct kmem_cache *ext4_pspace_cachep; variable
2716 kmem_cache_free(ext4_pspace_cachep, pa); in ext4_mb_cleanup_pa()
2909 ext4_pspace_cachep = KMEM_CACHE(ext4_prealloc_space, in ext4_init_mballoc()
2911 if (ext4_pspace_cachep == NULL) in ext4_init_mballoc()
2917 kmem_cache_destroy(ext4_pspace_cachep); in ext4_init_mballoc()
2924 kmem_cache_destroy(ext4_pspace_cachep); in ext4_init_mballoc()
2938 kmem_cache_destroy(ext4_pspace_cachep); in ext4_exit_mballoc()
3600 kmem_cache_free(ext4_pspace_cachep, pa); in ext4_mb_pa_callback()
3680 pa = kmem_cache_alloc(ext4_pspace_cachep, GFP_NOFS); in ext4_mb_new_inode_pa()
3785 BUG_ON(ext4_pspace_cachep == NULL); in ext4_mb_new_group_pa()
3786 pa = kmem_cache_alloc(ext4_pspace_cachep, GFP_NOFS); in ext4_mb_new_group_pa()