Lines Matching refs:vp1
3482 struct vnode *vp1; in vn_fullpath_dir() local
3523 (vp1 = vp->v_mount->mnt_vnodecovered) == NULL || in vn_fullpath_dir()
3524 vp1->v_mountedhere != vp->v_mount) { in vn_fullpath_dir()
3532 vref(vp1); in vn_fullpath_dir()
3534 vp = vp1; in vn_fullpath_dir()
3908 struct vnode *vp1; in vn_path_to_global_path() local
3941 vp1 = nd.ni_vp; in vn_path_to_global_path()
3943 if (vp1 == vp) in vn_path_to_global_path()
3946 vput(vp1); in vn_path_to_global_path()
3968 struct vnode *vp1; in vn_path_to_global_path_hardlink() local
4007 vp1 = nd.ni_vp; in vn_path_to_global_path_hardlink()
4009 if (vp1 == vp) in vn_path_to_global_path_hardlink()
4012 vput(vp1); in vn_path_to_global_path_hardlink()