HomeSort by: relevance | last modified time | path
    Searched defs:ffs_mountfs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/ffs/
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
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

Completed in 24 milliseconds