Lines Matching refs:cachep
3242 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; in get_groupinfo_cache() local
3244 BUG_ON(!cachep); in get_groupinfo_cache()
3245 return cachep; in get_groupinfo_cache()
3293 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_add_groupinfo() local
3317 meta_group_info[i] = kmem_cache_zalloc(cachep, GFP_NOFS); in ext4_mb_add_groupinfo()
3372 struct kmem_cache *cachep; in ext4_mb_init_backend() local
3431 cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_init_backend()
3436 kmem_cache_free(cachep, grp); in ext4_mb_init_backend()
3468 struct kmem_cache *cachep; in ext4_groupinfo_create_slab() local
3485 cachep = kmem_cache_create(ext4_groupinfo_slab_names[cache_index], in ext4_groupinfo_create_slab()
3489 ext4_groupinfo_caches[cache_index] = cachep; in ext4_groupinfo_create_slab()
3492 if (!cachep) { in ext4_groupinfo_create_slab()
3736 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_release() local
3760 kmem_cache_free(cachep, grinfo); in ext4_mb_release()