HomeSort by: relevance | last modified time | path
    Searched defs:filecore_mountfs (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/filecorefs/
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

Completed in 12 milliseconds