Home
last modified time | relevance | path

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

/openbsd/src/sys/nfs/
Dnfs_vfsops.c82 int nfs_vget(struct mount *, ino_t, struct vnode **);
100 .vfs_vget = nfs_vget,
837 nfs_vget(struct mount *mp, ino_t ino, struct vnode **vpp) in nfs_vget() function