Home
last modified time | relevance | path

Searched refs:EXT2_BLOCK_SIZE_BITS (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ext2fs.c270 #define EXT2_BLOCK_SIZE_BITS(s) ((s)->s_log_block_size + 10) macro
272 #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()