Home
last modified time | relevance | path

Searched refs:ext4_pspace_cachep (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext4/
H A Dmballoc.c408 static struct kmem_cache *ext4_pspace_cachep; variable
3877 kmem_cache_free(ext4_pspace_cachep, pa); in ext4_mb_cleanup_pa()
4047 ext4_pspace_cachep = KMEM_CACHE(ext4_prealloc_space, in ext4_init_mballoc()
4049 if (ext4_pspace_cachep == NULL) in ext4_init_mballoc()
4067 kmem_cache_destroy(ext4_pspace_cachep); in ext4_init_mballoc()
4079 kmem_cache_destroy(ext4_pspace_cachep); in ext4_exit_mballoc()
5150 kmem_cache_free(ext4_pspace_cachep, pa); in ext4_mb_pa_free()
5725 BUG_ON(ext4_pspace_cachep == NULL); in ext4_mb_pa_alloc()
5726 pa = kmem_cache_zalloc(ext4_pspace_cachep, GFP_NOFS); in ext4_mb_pa_alloc()