HomeSort by relevance Sort by last modified time
    Searched refs:SBLOCK (Results 1 - 4 of 4) sorted by null

  /external/grub/stage2/
fsys_ffs.c 87 || part_length < (SBLOCK + (SBSIZE / DEV_BSIZE))
88 || !devread (SBLOCK, 0, SBSIZE, (char *) SUPERBLOCK)
fsys_minix.c 46 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */
168 if (part_length < (SBLOCK +
172 if (!devread (SBLOCK, 0, sizeof (struct minix_super_block),
fsys_ext2fs.c 35 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */
262 || part_length < (SBLOCK + (sizeof (struct ext2_super_block) / DEV_BSIZE))
263 || !devread (SBLOCK, 0, sizeof (struct ext2_super_block),
fs.h 74 #define SBLOCK ((mach_daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE))

Completed in 98 milliseconds