ffs_vfsops.c | 383 if ((error = ffs_mountfs(rootvp, mp, l)) != 0) { 606 error = ffs_mountfs(devvp, mp, l); 610 DPRINTF("ffs_mountfs returned %d", error); 1168 ffs_mountfs(struct vnode *devvp, struct mount *mp, struct lwp *l) function in typeref:typename:int
|