VFS_VGET          706 isofs/cd9660/cd9660_vfsops.c 	if ((error = VFS_VGET(mp, ifhp->ifid_ino, &nvp)) != 0) {
VFS_VGET          643 isofs/udf/udf_vfsops.c 	if ((error = VFS_VGET(mp, ifhp->ifid_ino, &nvp)) != 0) {
VFS_VGET         2808 nfs/nfs_serv.c 			if (VFS_VGET(vp->v_mount, dp->d_fileno, &nvp))
VFS_VGET         2107 ntfs/ntfs_subr.c 	if ((error = VFS_VGET(mp, NTFS_UPCASEINO, &vp)))
VFS_VGET          601 ntfs/ntfs_vfsops.c 			error = VFS_VGET(mp, pi[i], &(ntmp->ntm_sysvn[pi[i]]));
VFS_VGET          635 ntfs/ntfs_vfsops.c 		error = VFS_VGET(mp, NTFS_ATTRDEFINO, &vp );
VFS_VGET          811 ntfs/ntfs_vfsops.c 	error = VFS_VGET(mp, (ino_t)NTFS_ROOTINO, &nvp);
VFS_VGET          758 ntfs/ntfs_vnops.c 		error = VFS_VGET(ntmp->ntm_mountp,
VFS_VGET          158 ufs/ext2fs/ext2fs_alloc.c 	error = VFS_VGET(pvp->v_mount, ino, vpp);
VFS_VGET          581 ufs/ext2fs/ext2fs_lookup.c 		if ((error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp)) != 0)
VFS_VGET          620 ufs/ext2fs/ext2fs_lookup.c 		if ((error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp)) != 0)
VFS_VGET          654 ufs/ext2fs/ext2fs_lookup.c 		if ((error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp)) != 0) {
VFS_VGET          671 ufs/ext2fs/ext2fs_lookup.c 		if ((error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp)) != 0)
VFS_VGET         1056 ufs/ext2fs/ext2fs_lookup.c 		error = VFS_VGET(vp->v_mount, ino, &vp);
VFS_VGET          957 ufs/ext2fs/ext2fs_vfsops.c 	if ((error = VFS_VGET(mp, ufhp->ufid_ino, &nvp)) != 0) {
VFS_VGET          860 ufs/ffs/ffs_alloc.c 	error = VFS_VGET(pvp->v_mount, ino, vpp);
VFS_VGET         3146 ufs/ffs/ffs_softdep.c 	if ((error = VFS_VGET(dirrem->dm_mnt, dirrem->dm_oldinum, &vp)) != 0) {
VFS_VGET         4626 ufs/ffs/ffs_softdep.c 		error = VFS_VGET(mnt, parentino, &pvp);
VFS_VGET         5137 ufs/ffs/ffs_softdep.c 			if ((error = VFS_VGET(mp, inum, &vp)) != 0)
VFS_VGET         5398 ufs/ffs/ffs_softdep.c 			if ((error = VFS_VGET(mp, ino, &vp)) != 0) {
VFS_VGET         5479 ufs/ffs/ffs_softdep.c 		if ((error = VFS_VGET(mp, ino, &vp)) != 0) {
VFS_VGET          491 ufs/ufs/ufs_lookup.c 		error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp);
VFS_VGET          532 ufs/ufs/ufs_lookup.c 		error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp);
VFS_VGET          567 ufs/ufs/ufs_lookup.c 		error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp);
VFS_VGET          585 ufs/ufs/ufs_lookup.c 		error = VFS_VGET(vdp->v_mount, dp->i_ino, &tdp);
VFS_VGET         1171 ufs/ufs/ufs_lookup.c 		error = VFS_VGET(vp->v_mount, dirbuf.dotdot_ino, &vp);
VFS_VGET           79 ufs/ufs/ufs_vfsops.c 	if ((error = VFS_VGET(mp, (ino_t)ROOTINO, &nvp)) != 0)
VFS_VGET          139 ufs/ufs/ufs_vfsops.c 	if ((error = VFS_VGET(mp, ufhp->ufid_ino, &nvp)) != 0) {
VFS_VGET          353 xfs/xfs_vfsops-bsd.c 	error = VFS_VGET(mp, &ino, vpp);
VFS_VGET          356 xfs/xfs_vfsops-bsd.c     error = VFS_VGET(mp, SCARG(fh_args, fileid), vpp);