Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/filecorefs/
H A Dfilecore_vfsops.c179 static int filecore_mountfs(struct vnode *devvp, struct mount *mp,
205 if ((error = filecore_mountfs(rootvp, mp, p, &args)) != 0) {
284 error = filecore_mountfs(devvp, mp, l, args); in filecore_mount()
305 filecore_mountfs(struct vnode *devvp, struct mount *mp, struct lwp *l, struct filecore_args *argp) in filecore_mountfs() function