Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_minix.c40 #define BLOCK_SIZE_BITS 10 macro
41 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
257 logical_block = filepos >> BLOCK_SIZE_BITS; in minix_read()
475 blk = loc >> BLOCK_SIZE_BITS; in minix_dir()