Lines Matching defs:lfs_mountfs
126 static int lfs_mountfs(struct vnode *, struct mount *, struct lwp *);
626 if ((error = lfs_mountfs(rootvp, mp, l))) {
762 error = lfs_mountfs(devvp, mp, l); /* LFS */
886 lfs_mountfs(struct vnode *devvp, struct mount *mp, struct lwp *l)
944 DLOG((DLOG_MOUNT, "lfs_mountfs: primary superblock wrong magic\n"));
950 DLOG((DLOG_MOUNT, "lfs_mountfs: primary superblock sanity failed\n"));
956 DLOG((DLOG_MOUNT, "lfs_mountfs: unknown inode format %d\n",
972 DLOG((DLOG_MOUNT, "lfs_mountfs: sb daddr"
1017 DLOG((DLOG_MOUNT, "lfs_mountfs: alt superblock"
1037 DLOG((DLOG_MOUNT, "lfs_mountfs: invalid alt superblock location"
1188 DLOG((DLOG_MOUNT, "lfs_mountfs: ifile vget failed, error=%d\n", error));
1279 printf("lfs_mountfs: sorry, leaking some memory\n");