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); 305 filecore_mountfs(struct vnode *devvp, struct mount *mp, struct lwp *l, struct filecore_args *argp) function in typeref:typename:int
|