Home
last modified time | relevance | path

Searched refs:ext4_groupinfo_caches (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/ext4/
Dmballoc.c357 static struct kmem_cache *ext4_groupinfo_caches[NR_GRPINFO_CACHES]; variable
2333 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; in get_groupinfo_cache()
2509 if (ext4_groupinfo_caches[i]) in ext4_groupinfo_destroy_slabs()
2510 kmem_cache_destroy(ext4_groupinfo_caches[i]); in ext4_groupinfo_destroy_slabs()
2511 ext4_groupinfo_caches[i] = NULL; in ext4_groupinfo_destroy_slabs()
2530 if (ext4_groupinfo_caches[cache_index]) { in ext4_groupinfo_create_slab()
2542 ext4_groupinfo_caches[cache_index] = cachep; in ext4_groupinfo_create_slab()