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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ffs.c87 || part_length < (SBLOCK + (SBSIZE / DEV_BSIZE))
88 || !devread (SBLOCK, 0, SBSIZE, (char *) SUPERBLOCK)
H A Dfsys_minix.c46 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */ macro
168 if (part_length < (SBLOCK +
172 if (!devread (SBLOCK, 0, sizeof (struct minix_super_block),
H A Dfsys_ext2fs.c35 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */ macro
310 || part_length < (SBLOCK + (sizeof (struct ext2_super_block) / DEV_BSIZE))
311 || !devread (SBLOCK, 0, sizeof (struct ext2_super_block),
H A Dfs.h74 #define SBLOCK ((mach_daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE)) macro

Completed in 34 milliseconds