Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.c333 static struct kmem_cache *ext4_pspace_cachep; variable
3051 kmem_cache_free(ext4_pspace_cachep, pa); in ext4_mb_cleanup_pa()
3249 ext4_pspace_cachep = KMEM_CACHE(ext4_prealloc_space, in ext4_init_mballoc()
3251 if (ext4_pspace_cachep == NULL) in ext4_init_mballoc()
3269 kmem_cache_destroy(ext4_pspace_cachep); in ext4_init_mballoc()
3277 * Wait for completion of call_rcu()'s on ext4_pspace_cachep in ext4_exit_mballoc()
3281 kmem_cache_destroy(ext4_pspace_cachep); in ext4_exit_mballoc()
4073 kmem_cache_free(ext4_pspace_cachep, pa); in ext4_mb_pa_callback()
4612 BUG_ON(ext4_pspace_cachep == NULL); in ext4_mb_pa_alloc()
4613 pa = kmem_cache_zalloc(ext4_pspace_cachep, GFP_NOF in ext4_mb_pa_alloc()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.c402 static struct kmem_cache *ext4_pspace_cachep; variable
3748 kmem_cache_free(ext4_pspace_cachep, pa); in ext4_mb_cleanup_pa()
3942 ext4_pspace_cachep = KMEM_CACHE(ext4_prealloc_space, in ext4_init_mballoc()
3944 if (ext4_pspace_cachep == NULL) in ext4_init_mballoc()
3962 kmem_cache_destroy(ext4_pspace_cachep); in ext4_init_mballoc()
3970 * Wait for completion of call_rcu()'s on ext4_pspace_cachep in ext4_exit_mballoc()
3974 kmem_cache_destroy(ext4_pspace_cachep); in ext4_exit_mballoc()
5058 kmem_cache_free(ext4_pspace_cachep, pa); in ext4_mb_pa_free()
5642 BUG_ON(ext4_pspace_cachep == NULL); in ext4_mb_pa_alloc()
5643 pa = kmem_cache_zalloc(ext4_pspace_cachep, GFP_NOF in ext4_mb_pa_alloc()
[all...]

Completed in 14 milliseconds