Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.c341 static struct kmem_cache *ext4_groupinfo_caches[NR_GRPINFO_CACHES]; variable
2671 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; in get_groupinfo_cache()
2883 kmem_cache_destroy(ext4_groupinfo_caches[i]); in ext4_groupinfo_destroy_slabs()
2884 ext4_groupinfo_caches[i] = NULL; in ext4_groupinfo_destroy_slabs()
2903 if (ext4_groupinfo_caches[cache_index]) { in ext4_groupinfo_create_slab()
2915 ext4_groupinfo_caches[cache_index] = cachep; in ext4_groupinfo_create_slab()
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.c410 static struct kmem_cache *ext4_groupinfo_caches[NR_GRPINFO_CACHES]; variable
3266 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; in get_groupinfo_cache()
3481 kmem_cache_destroy(ext4_groupinfo_caches[i]); in ext4_groupinfo_destroy_slabs()
3482 ext4_groupinfo_caches[i] = NULL; in ext4_groupinfo_destroy_slabs()
3501 if (ext4_groupinfo_caches[cache_index]) { in ext4_groupinfo_create_slab()
3513 ext4_groupinfo_caches[cache_index] = cachep; in ext4_groupinfo_create_slab()

Completed in 16 milliseconds