Searched refs:cache_index (Results 1 – 2 of 2) sorted by relevance
2358 int cache_index = blocksize_bits - EXT4_MIN_BLOCK_LOG_SIZE; in get_groupinfo_cache() local2359 struct kmem_cache *cachep = ext4_groupinfo_caches[cache_index]; in get_groupinfo_cache()2562 int cache_index = blocksize_bits - EXT4_MIN_BLOCK_LOG_SIZE; in ext4_groupinfo_create_slab() local2565 if (cache_index >= NR_GRPINFO_CACHES) in ext4_groupinfo_create_slab()2568 if (unlikely(cache_index < 0)) in ext4_groupinfo_create_slab()2569 cache_index = 0; in ext4_groupinfo_create_slab()2572 if (ext4_groupinfo_caches[cache_index]) { in ext4_groupinfo_create_slab()2580 cachep = kmem_cache_create(ext4_groupinfo_slab_names[cache_index], in ext4_groupinfo_create_slab()2584 ext4_groupinfo_caches[cache_index] = cachep; in ext4_groupinfo_create_slab()
3927 goto cache_index; in btrfs_read_locked_inode()3964 cache_index: in btrfs_read_locked_inode()