Searched refs:MINIX_INODES_PER_BLOCK (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_minix.c72 #define MINIX_INODES_PER_BLOCK ((BLOCK_SIZE)/(sizeof (struct minix_inode))) macro
338 + (current_ino - 1) / MINIX_INODES_PER_BLOCK);
345 raw_inode = INODE + ((current_ino - 1) % MINIX_INODES_PER_BLOCK);

Completed in 21 milliseconds