Searched refs:EXT2_BLOCK_SIZE_BITS (Results 1 – 1 of 1) sorted by relevance
308 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro310 #define EXT2_BLOCK_SIZE(s) (1 << EXT2_BLOCK_SIZE_BITS(s))537 logical_block = filepos >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK); in ext2fs_read()848 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK); in ext2fs_dir()
Completed in 5 milliseconds