ext2fs
struct ext2fs ie_fs;
struct ext2fs *b_fs; /* super block */
e2fs_sbsave(&sblock.e2fs, (struct ext2fs *)(iobuf + sboff));
e2fs_sbsave(&sblock.e2fs, (struct ext2fs *)(iobuf + sboff));
{offsetof(struct ext2fs, e2fs_magic) / 4, E2FS_MAGIC, 0xffff},
{offsetof(struct ext2fs, e2fs_magic) / 4,
struct ext2fs e2fs;
void e2fs_sb_bswap(struct ext2fs *, struct ext2fs *);
e2fs_sb_bswap(struct ext2fs *old, struct ext2fs *new)
memcpy(new, old, sizeof(struct ext2fs));
e2fs_sbsave(&fs->e2fs, (struct ext2fs *) bp->b_data);
e2fs_sbcheck(struct ext2fs *fs, int ronly)
struct ext2fs *newfs;
newfs = (struct ext2fs *)bp->b_data;
struct ext2fs *fs;
fs = (struct ext2fs *)bp->b_data;
static int e2fs_sbcheck(struct ext2fs *, int);