Home
last modified time | relevance | path

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

/fs/ext4/
Dmballoc.c2363 int cache_index = blocksize_bits - EXT4_MIN_BLOCK_LOG_SIZE; in get_groupinfo_cache()
2551 int cache_index = blocksize_bits - EXT4_MIN_BLOCK_LOG_SIZE; in ext4_groupinfo_create_slab()
Dsuper.c3629 (EXT4_MAX_BLOCK_LOG_SIZE - EXT4_MIN_BLOCK_LOG_SIZE)) { in ext4_fill_super()
3769 (EXT4_MAX_CLUSTER_LOG_SIZE - EXT4_MIN_BLOCK_LOG_SIZE)) { in ext4_fill_super()
Dext4.h238 #define EXT4_MIN_BLOCK_LOG_SIZE 10 macro