Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmballoc.c333 static struct kmem_cache *ext4_ac_cachep; variable
3157 ext4_ac_cachep = KMEM_CACHE(ext4_allocation_context, in ext4_init_mballoc()
3159 if (ext4_ac_cachep == NULL) in ext4_init_mballoc()
3170 kmem_cache_destroy(ext4_ac_cachep); in ext4_init_mballoc()
3185 kmem_cache_destroy(ext4_ac_cachep); in ext4_exit_mballoc()
5014 ac = kmem_cache_zalloc(ext4_ac_cachep, GFP_NOFS); in ext4_mb_new_blocks()
5085 kmem_cache_free(ext4_ac_cachep, ac); in ext4_mb_new_blocks()