Searched refs:EXT2_BLOCK_SIZE_BITS (Results 1 – 1 of 1) sorted by relevance
270 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro272 #define EXT2_BLOCK_SIZE(s) (1 << EXT2_BLOCK_SIZE_BITS(s))469 logical_block = filepos >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK); in ext2fs_read()779 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK); in ext2fs_dir()