Searched refs:SBLOCK (Results 1 – 5 of 5) sorted by relevance
46 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */ macro168 if (part_length < (SBLOCK + in minix_mount()172 if (!devread (SBLOCK, 0, sizeof (struct minix_super_block), in minix_mount()
87 || part_length < (SBLOCK + (SBSIZE / DEV_BSIZE)) in ffs_mount()88 || !devread (SBLOCK, 0, SBSIZE, (char *) SUPERBLOCK) in ffs_mount()
35 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */ macro262 || 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()
74 #define SBLOCK ((mach_daddr_t)(BBLOCK + BBSIZE / DEV_BSIZE)) macro
6704 (SBLOCK): Likewise.