Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dext_common.h48 #define EXT2_BLOCK_SIZE(data) (1 << LOG2_BLOCK_SIZE(data)) macro
/openbmc/linux/fs/ext2/
H A Dext2.h181 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize) macro