ext4_groupinfo_caches  347 fs/ext4/mballoc.c static struct kmem_cache *ext4_groupinfo_caches[NR_GRPINFO_CACHES];
ext4_groupinfo_caches 2347 fs/ext4/mballoc.c 	struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index];
ext4_groupinfo_caches 2540 fs/ext4/mballoc.c 		kmem_cache_destroy(ext4_groupinfo_caches[i]);
ext4_groupinfo_caches 2541 fs/ext4/mballoc.c 		ext4_groupinfo_caches[i] = NULL;
ext4_groupinfo_caches 2560 fs/ext4/mballoc.c 	if (ext4_groupinfo_caches[cache_index]) {
ext4_groupinfo_caches 2572 fs/ext4/mballoc.c 	ext4_groupinfo_caches[cache_index] = cachep;