HomeSort by: relevance | last modified time | path
    Searched defs:filecore_mountfs (Results 1 - 2 of 2) 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
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 44 milliseconds