Searched refs:ffs_mountfs (Results 1 – 1 of 1) sorted by relevance
85 static int ffs_mountfs(struct vnode *, struct mount *, struct thread *);479 if ((error = ffs_mountfs(ndp.ni_vp, mp, td)) != 0) { in ffs_mount()869 ffs_mountfs(struct vnode *odevvp, struct mount *mp, struct thread *td) in ffs_mountfs() function