Searched refs:filecore_mountfs (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/fs/filecorefs/ |
H A D | filecore_vfsops.c | 179 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
|