Searched refs:EXT2_BLOCK_SIZE_BITS (Results 1 – 3 of 3) sorted by relevance
306 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro308 #define EXT2_BLOCK_SIZE(s) (1 << EXT2_BLOCK_SIZE_BITS(s))535 logical_block = filepos >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK); in ext2fs_read()846 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK); in ext2fs_dir()
229 #define EXT2_BLOCK_SIZE(s) (1 << EXT2_BLOCK_SIZE_BITS(s))371 logical_block = filepos >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK);450 blk = loc >> EXT2_BLOCK_SIZE_BITS (SUPERBLOCK);
70 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10)
Completed in 5 milliseconds