Lines Matching full:vpp
558 cd9660_root(struct mount *mp, int flags, struct vnode **vpp)
569 return (cd9660_vget_internal(mp, ino, flags, vpp,
605 cd9660_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
620 *vpp = NULLVP;
626 *vpp = NULLVP;
629 *vpp = nvp;
630 vnode_create_vobject(*vpp, ip->i_size, curthread);
640 cd9660_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
649 return (cd9660_vget_internal(mp, ino, flags, vpp,
672 struct vnode **vpp, int relocated, struct iso_directory_record *isodir)
682 error = vfs_hash_get(mp, ino, flags, td, vpp, cd9660_vfs_hash_cmp,
684 if (error || *vpp != NULL)
707 *vpp = NULLVP;
720 *vpp = NULLVP;
723 error = vfs_hash_insert(vp, ino, flags, td, vpp, cd9660_vfs_hash_cmp,
725 if (error || *vpp != NULL)
848 *vpp = vp;