Lines Matching defs:cachep
3266 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index];
3268 BUG_ON(!cachep);
3269 return cachep;
3317 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits);
3341 meta_group_info[i] = kmem_cache_zalloc(cachep, GFP_NOFS);
3396 struct kmem_cache *cachep;
3455 cachep = get_groupinfo_cache(sb->s_blocksize_bits);
3460 kmem_cache_free(cachep, grp);
3492 struct kmem_cache *cachep;
3509 cachep = kmem_cache_create(ext4_groupinfo_slab_names[cache_index],
3513 ext4_groupinfo_caches[cache_index] = cachep;
3516 if (!cachep) {
3760 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits);
3784 kmem_cache_free(cachep, grinfo);