Searched refs:cachep (Results 1 – 2 of 2) sorted by relevance
723 struct kmem_cache *cachep; in gfs2_glock_get() local736 cachep = gfs2_glock_aspace_cachep; in gfs2_glock_get()738 cachep = gfs2_glock_cachep; in gfs2_glock_get()739 gl = kmem_cache_alloc(cachep, GFP_KERNEL); in gfs2_glock_get()748 kmem_cache_free(cachep, gl); in gfs2_glock_get()792 kmem_cache_free(cachep, gl); in gfs2_glock_get()
2331 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; in get_groupinfo_cache() local2333 BUG_ON(!cachep); in get_groupinfo_cache()2334 return cachep; in get_groupinfo_cache()2378 struct kmem_cache *cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_add_groupinfo() local2402 meta_group_info[i] = kmem_cache_zalloc(cachep, GFP_KERNEL); in ext4_mb_add_groupinfo()2460 struct kmem_cache *cachep; in ext4_mb_init_backend() local2490 cachep = get_groupinfo_cache(sb->s_blocksize_bits); in ext4_mb_init_backend()2492 kmem_cache_free(cachep, ext4_get_group_info(sb, i)); in ext4_mb_init_backend()2519 struct kmem_cache *cachep; in ext4_groupinfo_create_slab() local2536 cachep = kmem_cache_create(ext4_groupinfo_slab_names[cache_index], in ext4_groupinfo_create_slab()[all …]