Lines Matching refs:ext2fs
415 struct ext2fs ext2fs; in read_sblock() local
427 e2fs_sbload((void *)sbbuf, &ext2fs); in read_sblock()
428 if (ext2fs.e2fs_magic != E2FS_MAGIC) in read_sblock()
430 if (ext2fs.e2fs_rev > E2FS_REV1 || in read_sblock()
431 (ext2fs.e2fs_rev == E2FS_REV1 && in read_sblock()
432 (ext2fs.e2fs_first_ino != EXT2_FIRSTINO || in read_sblock()
433 (ext2fs.e2fs_inode_size != 128 && ext2fs.e2fs_inode_size != 256) || in read_sblock()
434 ext2fs.e2fs_features_incompat & ~EXT2F_INCOMPAT_SUPP))) { in read_sblock()
451 fs->e2fs_ipb = fs->e2fs_bsize / ext2fs.e2fs_inode_size; in read_sblock()
889 e2fs_sb_bswap(struct ext2fs *old, struct ext2fs *new) in e2fs_sb_bswap()
893 memcpy(new, old, sizeof(struct ext2fs)); in e2fs_sb_bswap()