Home
last modified time | relevance | path

Searched defs:EXT2_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dext_common.h48 #define EXT2_BLOCK_SIZE(data) (1 << LOG2_BLOCK_SIZE(data)) macro
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h95 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize) macro
101 #define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size) macro