Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/cd9660/
Dcd9660_vfsops.c129 static int iso_mountfs(struct vnode *devvp, struct mount *mp,
230 if ((error = iso_mountfs(rootvp, mp, l, &args)) != 0) { in cd9660_mountroot()
321 error = iso_mountfs(devvp, mp, l, args); in cd9660_mount()
386 iso_mountfs(struct vnode *devvp, struct mount *mp, struct lwp *l, in iso_mountfs() function