Searched defs:EXT2_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | ext_common.h | 48 #define EXT2_BLOCK_SIZE(data) (1 << LOG2_BLOCK_SIZE(data)) macro |
/openbmc/linux/fs/ext2/ | ||
H A D | ext2.h | 181 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize) macro |