Searched defs:EXT2_MIN_BLOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h83 #define EXT2_MIN_BLOCK_SIZE (1 << EXT2_MIN_BLOCK_LOG_SIZE) macro
92 #define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size)
106 #define EXT2_MIN_CLUSTER_SIZE EXT2_MIN_BLOCK_SIZE
108 #define EXT2_CLUSTER_SIZE(s) (EXT2_MIN_BLOCK_SIZE << \
118 #define EXT2_MIN_FRAG_SIZE EXT2_MIN_BLOCK_SIZE
244 #define EXT2_MAX_DESC_SIZE EXT2_MIN_BLOCK_SIZE

Completed in 41 milliseconds