Searched defs:EXT2_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
224 #define EXT2_BLOCK_SIZE(s) (1 << EXT2_BLOCK_SIZE_BITS(s)) macro
84 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize) macro90 #define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size) macro