Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dmballoc.c347 #define NR_GRPINFO_CACHES 8 macro
348 static struct kmem_cache *ext4_groupinfo_caches[NR_GRPINFO_CACHES];
350 static const char * const ext4_groupinfo_slab_names[NR_GRPINFO_CACHES] = {
2547 for (i = 0; i < NR_GRPINFO_CACHES; i++) { in ext4_groupinfo_destroy_slabs()
2561 if (cache_index >= NR_GRPINFO_CACHES) in ext4_groupinfo_create_slab()