Searched refs:EXT2_MIN_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
61 #define EXT2_MIN_BLOCK_SIZE (1 << EXT2_MIN_BLOCK_LOG_SIZE) macro
424 -#define EXT2_MIN_BLOCK_SIZE (1 << EXT2_MIN_BLOCK_LOG_SIZE)433 -#define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size)447 -#define EXT2_MIN_CLUSTER_SIZE EXT2_MIN_BLOCK_SIZE449 -#define EXT2_CLUSTER_SIZE(s) (EXT2_MIN_BLOCK_SIZE << \459 -#define EXT2_MIN_FRAG_SIZE EXT2_MIN_BLOCK_SIZE585 -#define EXT2_MAX_DESC_SIZE EXT2_MIN_BLOCK_SIZE
177 #define EXT2_MIN_BLOCK_SIZE 1024 macro
614 fs->gdtable_blkno = ((EXT2_MIN_BLOCK_SIZE == fs->blksz) + 1); in ext4fs_init()