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

/freebsd-9.3-release/lib/libstand/
H A Dext2fs.c121 #define EXT2_SBSIZE 1024 macro
230 char fs_pad[EXT2_SBSIZE - sizeof(struct ext2fs_disk)];
358 EXT2_SBLOCK, EXT2_SBSIZE, (char *)fs, &buf_size);
362 if (buf_size != EXT2_SBSIZE || fs->fs_magic != EXT2_MAGIC) {
400 EXT2_SBLOCK + EXT2_SBSIZE / DEV_BSIZE, len,

Completed in 98 milliseconds