Lines Matching +full:4 +full:vpp
286 cksum = cksum - itag[4];
546 udf_root(struct mount *mp, int flags, struct vnode **vpp)
555 return (udf_vget(mp, id, flags, vpp));
576 udf_vget(struct mount *mp, ino_t ino, int flags, struct vnode **vpp)
588 error = vfs_hash_get(mp, ino, flags, curthread, vpp, NULL, NULL);
589 if (error || *vpp != NULL)
630 error = vfs_hash_insert(vp, ino, flags, td, vpp, NULL, NULL);
631 if (error || *vpp != NULL)
683 case 4:
714 *vpp = vp;
722 *vpp = NULL;
727 udf_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
738 *vpp = NULLVP;
745 *vpp = nvp;
746 vnode_create_vobject(*vpp, fsize, curthread);
777 pmap_id = (struct regid *)&pmap[4];