Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dext_common.h49 #define EXT2_BLOCK_SIZE(data) (1 << LOG2_BLOCK_SIZE(data)) macro
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h180 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize) macro