Home
last modified time | relevance | path

Searched refs:v7fs_openfs (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/fs/v7fs/
Dv7fs_vfsops.c73 static int v7fs_openfs(struct vnode *, struct mount *, struct lwp *);
174 if ((error = v7fs_openfs(devvp, mp, l))) { in v7fs_mount()
210 v7fs_openfs(struct vnode *devvp, struct mount *mp, struct lwp *l) in v7fs_openfs() function