Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dmballoc.c2355 int cache_index = blocksize_bits - EXT4_MIN_BLOCK_LOG_SIZE; in get_groupinfo_cache()
2558 int cache_index = blocksize_bits - EXT4_MIN_BLOCK_LOG_SIZE; in ext4_groupinfo_create_slab()
Dsuper.c3958 (EXT4_MAX_BLOCK_LOG_SIZE - EXT4_MIN_BLOCK_LOG_SIZE)) { in ext4_fill_super()
3965 (EXT4_MAX_CLUSTER_LOG_SIZE - EXT4_MIN_BLOCK_LOG_SIZE)) { in ext4_fill_super()
Dext4.h259 #define EXT4_MIN_BLOCK_LOG_SIZE 10 macro