Lines Matching refs:ext2fs
32 * Modified for ext2fs by Manuel Bouyer.
59 * Modified for ext2fs by Manuel Bouyer.
99 #include <ufs/ext2fs/ext2fs.h>
100 #include <ufs/ext2fs/ext2fs_dir.h>
101 #include <ufs/ext2fs/ext2fs_extern.h>
103 MODULE(MODULE_CLASS_VFS, ext2fs, "ufs");
228 SYSCTL_SETUP(ext2fs_sysctl_setup, "ext2fs sysctl")
233 CTLTYPE_NODE, "ext2fs",
315 * Called by main() when ext2fs is going to be mounted as root.
570 printf("ext2fs: inode %"PRIu64" bad extra_isize %u",
608 struct ext2fs *newfs;
635 newfs = (struct ext2fs *)bp->b_data;
710 struct ext2fs *fs;
735 fs = (struct ext2fs *)bp->b_data;
1316 e2fs_sbsave(&fs->e2fs, (struct ext2fs*)bp->b_data);
1358 struct ext2fs *fs = &m_fs->e2fs;
1366 printf("ext2fs: unsupported revision number: %#x\n",
1372 printf("ext2fs: bad block size: %d\n", fs->e2fs_log_bsize);
1376 printf("ext2fs: zero blocks per group\n");
1380 printf("ext2fs: zero inodes per group\n");
1385 printf("ext2fs: invalid first data block\n");
1390 printf("ext2fs: invalid block count\n");
1400 printf("ext2fs: invalid number of cylinder groups\n");
1422 printf("ext2fs: invalid block size\n");
1427 printf("ext2fs: invalid number of group descriptor blocks\n");
1432 printf("ext2fs: invalid inode size\n");
1445 printf("ext2fs: unsupported first inode position\n");
1451 printf("ext2fs: unsupported incompat features: %s\n",
1460 printf("ext2fs: unsupported ro-incompat features: %s\n",
1467 printf("ext2fs: bad inode size\n");