Lines Matching refs:vpp
442 hfs_root(struct mount *mp, int lktype, struct vnode **vpp)
453 *vpp = nvp;
498 hfs_vget(struct mount *mp, ino_t ino, int lktype, struct vnode **vpp)
502 error = hfs_vget_internal(mp, ino, HFS_DATAFORK, vpp);
505 error = vn_lock(*vpp, lktype);
507 vrele(*vpp);
508 *vpp = NULL;
519 struct vnode **vpp)
527 return vcache_get(mp, &key, sizeof(key), vpp);
614 hfs_fhtovp(struct mount *mp, struct fid *fhp, int lktype, struct vnode **vpp)