Searched refs:SBLOCK (Results 1 – 2 of 2) sorted by relevance
35 || part_length < (SBLOCK + (SBSIZE / DEV_BSIZE))36 || !devread (SBLOCK, 0, SBSIZE, (char *) SUPERBLOCK)
32 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */ macro333 || */ !devread (ffi, SBLOCK, 0, sizeof (struct ext2_super_block), in ext2fs_mount()
Completed in 5 milliseconds