Lines Matching defs:cachep
2671 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index];
2673 BUG_ON(!cachep);
2674 return cachep;
2722 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits);
2746 meta_group_info[i] = kmem_cache_zalloc(cachep, GFP_NOFS);
2798 struct kmem_cache *cachep;
2857 cachep = get_groupinfo_cache(sb->s_blocksize_bits);
2862 kmem_cache_free(cachep, grp);
2894 struct kmem_cache *cachep;
2911 cachep = kmem_cache_create(ext4_groupinfo_slab_names[cache_index],
2915 ext4_groupinfo_caches[cache_index] = cachep;
2918 if (!cachep) {
3063 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits);
3079 kmem_cache_free(cachep, grinfo);