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

  /src/sys/fs/v7fs/
v7fs_vfsops.c 73 static int v7fs_openfs(struct vnode *, struct mount *, struct lwp *);
174 if ((error = v7fs_openfs(devvp, mp, l))) {
210 v7fs_openfs(struct vnode *devvp, struct mount *mp, struct lwp *l) function in typeref:typename:int
v7fs_vfsops.c 73 static int v7fs_openfs(struct vnode *, struct mount *, struct lwp *);
174 if ((error = v7fs_openfs(devvp, mp, l))) {
210 v7fs_openfs(struct vnode *devvp, struct mount *mp, struct lwp *l) function in typeref:typename:int

Completed in 21 milliseconds