Lines Matching refs:vnode
58 int devfs_vfs_root(struct mount *mp, struct vnode **vpp);
59 static int devfs_vfs_vget(struct mount *mp, struct vnode *dvp,
60 ino_t ino, struct vnode **vpp);
61 static int devfs_vfs_fhtovp(struct mount *mp, struct vnode *rootvp,
62 struct fid *fhp, struct vnode **vpp);
63 static int devfs_vfs_vptofh(struct vnode *vp, struct fid *fhp);
166 devfs_vfs_root(struct mount *mp, struct vnode **vpp) in devfs_vfs_root()
203 devfs_vfs_fhtovp(struct mount *mp, struct vnode *rootvp, in devfs_vfs_fhtovp()
204 struct fid *fhp, struct vnode **vpp) in devfs_vfs_fhtovp()
206 struct vnode *vp; in devfs_vfs_fhtovp()
227 devfs_vfs_vptofh(struct vnode *vp, struct fid *fhp) in devfs_vfs_vptofh()
245 devfs_vfs_vget(struct mount *mp, struct vnode *dvp, in devfs_vfs_vget()
246 ino_t ino, struct vnode **vpp) in devfs_vfs_vget()
248 struct vnode *vp; in devfs_vfs_vget()