Home
last modified time | relevance | path

Searched refs:ffs_mountfs (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dffs_vfsops.c85 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