Lines Matching full:vpp
299 nullfs_root(struct mount *mp, int flags, struct vnode **vpp)
313 *vpp = vp;
391 nullfs_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
398 error = VFS_VGET(MOUNTTONULLMOUNT(mp)->nullm_vfs, ino, flags, vpp);
401 return (null_nodeget(mp, *vpp, vpp));
405 nullfs_fhtovp(struct mount *mp, struct fid *fidp, int flags, struct vnode **vpp)
410 vpp);
413 return (null_nodeget(mp, *vpp, vpp));