ext2fs_mountroot  871 kern/subr_disk.c 		extern int ext2fs_mountroot(void);
ext2fs_mountroot  872 kern/subr_disk.c 		mountrootfn = ext2fs_mountroot;
ext2fs_mountroot  138 kern/vfs_conf.c 	{ &ext2fs_vfsops, MOUNT_EXT2FS, 17, 0, MNT_LOCAL, ext2fs_mountroot, NULL },
ext2fs_mountroot  108 ufs/ext2fs/ext2fs_extern.h int ext2fs_mountroot(void);