Home
last modified time | relevance | path

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

/external/grub/stage2/
Dfsys_minix.c46 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */ macro
168 if (part_length < (SBLOCK + in minix_mount()
172 if (!devread (SBLOCK, 0, sizeof (struct minix_super_block), in minix_mount()
Dfsys_ffs.c87 || part_length < (SBLOCK + (SBSIZE / DEV_BSIZE)) in ffs_mount()
88 || !devread (SBLOCK, 0, SBSIZE, (char *) SUPERBLOCK) in ffs_mount()
Dfsys_ext2fs.c35 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */ macro
262 || part_length < (SBLOCK + (sizeof (struct ext2_super_block) / DEV_BSIZE)) in ext2fs_mount()
263 || !devread (SBLOCK, 0, sizeof (struct ext2_super_block), in ext2fs_mount()
Dfs.h74 #define SBLOCK ((mach_daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE)) macro
/external/grub/
DChangeLog6704 (SBLOCK): Likewise.